Image | Audio | Video |
---|---|---|
X |
Closes a video file that has been opened for scene change detection.
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 DBvClose( DB2vIOType *video );
Parameters
Error codes
Examples
Close a video file that was previously opened for video scene change detection:
#include <dmbshot.h> rc = DBvClose(video);