IBM Books

Image, Audio, and Video Extenders Administration and Programming

DBvClose


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

video (in)
The pointer to the video structure.

Error codes

MMDB_SUCCESS
API call processed successfully.

MMDB_RC_CANNOT_CLOSE
The video file could not be closed

Examples

Close a video file that was previously opened for video scene change detection:

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


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