Image | Audio | Video |
---|---|---|
X |
Sets the current frame to a specified frame number.
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 DBvSetFrameNumber( DBvIOType *video unsigned long frameNumber );
Parameters
Error codes
Examples
Set the current frame to frame number 85 in a video file:
#include <dmbshot.h> rc = DBvSetFrameNumber(video, 85);