影像 | 音效 | 視訊 |
---|---|---|
X |
在快照型錄中插入一個快照。
授權
插入、控制
檔案庫
OS/2 與 Windows | AIX、HP-UX 及 Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
併入檔
dmbshot.h
語法
long DBvInsertShot( char *catalogName, DBvShotType *shot, DBvIOType *video, char *shotHandle, SQLHDBC hdbc );
參數
錯誤碼
範例
在快照型錄 hotshots 中插入一個快照:
rc = DBvInsertShot( "hotshots", /* shot catalog name */ shot, /* pointer to shot structure */ video, /* pointer to video structure */ shotHandle, /* pointer to shot handle */ hdbc); /* database connection handle */