None
AuGetDeviceAttributes - get device attributes
#include <audio/audiolib.h>
AuDeviceAttributes *AuGetDeviceAttributes(server, device, status)
AuServer *server;
AuDeviceID device;
AuStatus *status; /* RETURN */
Specifies the connection to the audio server.
Specifies the ID of the audio device.
If non-NULL, flush the output buffer and return the status from the server.
AuGetDeviceAttributes returns the current attributes for the specified device, or NULL if there was an error. Use AuFreeDeviceAttributes to free this structure when no longer needed.
AuBadDevice.
AuSetDeviceAttributes, AuListDevices.
audiolib - Network Audio System C Language Interface