1AuGetDeviceAttributes(3)   Library Functions Manual   AuGetDeviceAttributes(3)
2
3
4

Name

6       AuGetDeviceAttributes - get device attributes
7

Synopsis

9       #include <audio/audiolib.h>
10
11       AuDeviceAttributes *AuGetDeviceAttributes(server, device, status)
12           AuServer *server;
13           AuDeviceID device;
14           AuStatus *status;    /* RETURN */
15

Arguments

17       server    Specifies the connection to the audio server.
18
19       device    Specifies the ID of the audio device.
20
21       status    If  non-NULL,  flush  the output buffer and return the status
22                 from the server.
23

Description

25       AuGetDeviceAttributes returns the current attributes for the  specified
26       device,  or  NULL if there was an error.  Use AuFreeDeviceAttributes to
27       free this structure when no longer needed.
28

Errors

30       AuBadDevice.
31

See Also

33       AuSetDeviceAttributes, AuListDevices.
34
35       audiolib - Network Audio System C Language Interface
36
37
38
39audiolib - device attributes         1.9.4            AuGetDeviceAttributes(3)
Impressum