Image | Audio | Video |
---|---|---|
X |
Checks for the existence of the video index. The application must be connected to a database before calling this API.
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 DBvIsIndex( char *fileName, short *status );
Parameters
Error codes
Examples
Check the existence of an index for the video file \videos\ajones.mpg:
#include <dmbshot.h> rc = DBvIsIndex("\videos\ajones.mpg", &status);