[ Previous | Next | Contents | Glossary | Home | Search ]
Ultimedia Services Version 2 for AIX: Programmer's Guide and Reference

Chapter 24. Audio Device Objects

The Ultimedia Services programming interface is presented as a binary class library through SOM. Note that the object methods and arguments are presented without the SOM language syntax that is required for any given language to instance an object and call its methods. The initial release of this class library provides various objects that can be used to play, record, and edit media files. For example, C language bindings to these SOM object methods generally include two additional arguments: the instance pointer and the environment pointer. See "General Programming Information" for more general information.

To learn more about audio device objects, see:

UMSAudioDevice
                          This object is a base class. Specific audio device implementations inherit their interface from this class.

[ Previous | Next | Contents | Glossary | Home | Search ]