Image | Audio | Video |
---|---|---|
X |
Gets the current frame in a video file. The frame data is returned in the DBvFrameData video structure.
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 DBvGetFrame( DBvIOType *video );
Parameters
Error codes
Examples
Get the current frame in a video file:
#include <dmbshot.h> rc = DBvGetFrame(video);