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
Examples
Prepare user-supplied video attributes:
#include <dmbvideo.h> DBvPrepareAttrs(&vidattr);