IBM Books

Image, Audio, and Video Extenders Administration and Programming

DBvGetFrame


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

video (update)
The pointer to the video structure.

Error codes

MMDB_SUCCESS
API call processed successfully.

MMDB_RC_EOF
End of file reached.

Examples

Get the current frame in a video file:

#include <dmbshot.h>
 
rc = DBvGetFrame(video);


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]