ADataFormats(3X)
NAME
ADataFormats − get list of data formats supported by audio controller
SYNOPSIS
ADataFormat ∗
ADataFormats (
Audio ∗ audio);
DESCRIPTION
ADataFormats() returns a pointer to a list of the data formats that are supported by the audio controller associated with the audio connection. The length of the list is returned by ANumDataFormats().
audio specifies the Audio structure associated with this connection.
RETURN VALUE
On successful completion, ADataFormats() returns a pointer to a list of data formats that are supported by the audio controller.
EXAMPLE
The following example gets a list of data formats that are supported by the audio controller associated with audio.
ADataFormat ∗ list_fmts; /∗ list of data formats ∗/
Audio ∗ audio; /∗ audio connection ∗/
.
.
.
/∗ get list of data formats ∗/
list_fmts = ADataFormats(audio);
DEPENDENCIES
This function belongs to the Audio Library of functions that manage connections to an audio server. The audio server must run on a system that has audio hardware. To find out whether or not your system has audio hardware, refer to the hardware manual that accompanies your system.
AUTHOR
ADataFormats() was developed by HP.
SEE ALSO
Using the Audio Application Program Interface.
Hewlett-Packard Company — HP-UX Release 8.07: November 1991