影像 | 音效 | 視訊 |
---|---|---|
X |
配置空間給 DBvIOType 結構,並開啟視訊 handle 以存取圖點。 結構會指向第一個畫面編號 (畫面 0)。 視訊可以是 BLOB。視訊會複製到 DB2VIDEOTEMP 環境變數指定之目錄內的暫用檔中。 並且會根據隨機存取索引的存在與否,來設定 isIdx 旗號。
授權
選取
檔案庫
OS/2 與 Windows | AIX、HP-UX 及 Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
併入檔
dmbshot.h
語法
long DBvOpenHandle( DBvIOType **video, DB2Video *videoHandle SQLHDBC hdbc );
參數
錯誤碼
範例
透過 videoa 指標開啟 videoHandle:
#include <dmbshot.h> rc = DBvOpenHandle(&oa, videoHandle, hdbc);