IBM Books

Image, Audio, and Video Extenders Administration and Programming

DBaPrepareAttrs


Image Audio Video
  X  

Prepares user-supplied audio attributes. This API is used when an audio 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 that is used by most UNIX platforms. If an audio object is stored or updated in "little endian" format, that is, from a non-UNIX client, the DBaPrepare 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
dmbaudio.lib libdmbaudio.a (AIX)

libdmbaudio.sl (HP-UX)

libdmbaudio.so (Solaris)

Include file

dmbaudio.h

Syntax

void DBaPrepareAttrs(
      MMDBAudioAttrs *audAttr
      );

Parameters

audAttr (in)
The user-supplied attributes of the audio.

Examples

Prepare user-supplied audio attributes:

#include <dmbaudio.h>
 
DBaPrepareAttrs(&imgattr);


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