AVendorRelease(3X) — Series 700 Only
NAME
AVendorRelease − get vendor release number of audio server for this connection
SYNOPSIS
#include <audio/Alib.h>
int AVendorRelease (Audio *audio);
DESCRIPTION
AVendorRelease() returns the vendor release number of the audio server for the connection specified by audio.
audio specifies the Audio structure associated with this connection.
RETURN VALUE
Upon successful completion, AVendorRelease() returns the vendor release number of the the audio server associated with this connection.
ERRORS
AVendorRelease() does not return an error status.
EXAMPLES
The following example returns the vendor release number of the audio server for the connection specified by audio.
int vendor_rel; /* vendor release number for server */
Audio *audio; /* audio connection */
.
.
.
/* get vendor release number for server */
vendor_rel = AVendorRelease(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
AVendorRelease() was developed by HP.
SEE ALSO
AProtocolRevision(3X), AProtocolVersion(3X), AServerVendor(3X).
Using the Audio Application Program Interface.
Hewlett-Packard Company — HP-UX Release 9.03: April 1994