Image | Audio | Video |
---|---|---|
X |
Allocates space for a DBvIOType structure and opens the video file for pixel access. When the video is successfully opened, it points at the first frame number (frame 0).
Authorization
None
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbmpeg.lib | libdmbmpeg.a (AIX) |
| libdmbmpeg.sl (HP-UX) |
| libdmbmpeg.so (Solaris) |
Include file
dmbshot.h
Syntax
long DBvOpenFile( DBvIOType **video, char *fileName, );
Parameters
Error codes
Examples
Open the video file \videos\ajones.mpg:
#include <dmbshot.h> rc = DBvOpenFile(&videoa, "\videos\ajones.mpg");