IBM Books

Image, Audio, and Video Extenders Administration and Programming

DBvPrepareAttrs


Image Audio Video
    X

Prepares user-supplied video attributes. This API is used when a video object with user-supplied attributes is stored or updated. The UDF code that runs on the server always expects data in "big endian"format, a format used by most UNIX platforms. If a video object is stored or updated in "little endian" format, that is, from a non-UNIX client, the DBvPrepare API must be used before the store or update request is made.

Authorization

None

Library file
OS/2 and Windows AIX, HP-UX, and Solaris
dmbvideo.lib libdmbvideo.a (AIX)

libdmbvideo.sl (HP-UX)

libdmbvideo.so (Solaris)

Include file

dmbvideo.h

Syntax

void DBvPrepareAttrs(
      MMDBVideoAttrs *vidAttr
      );

Parameters

vidAttr (in)
The user-supplied attributes of the video.

Examples

Prepare user-supplied video attributes:

#include <dmbvideo.h>
 
DBvPrepareAttrs(&vidattr);


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