AuGetDeviceAttributes(3) | Library Functions Manual | AuGetDeviceAttributes(3) |
Name¶
AuGetDeviceAttributes - get device attributes
Synopsis¶
#include <audio/audiolib.h>
AuDeviceAttributes
*AuGetDeviceAttributes(server, device, status)
AuServer *server;
AuDeviceID device;
AuStatus *status; /* RETURN */
Arguments¶
Description¶
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.
Errors¶
AuBadDevice.
See Also¶
AuSetDeviceAttributes, AuListDevices.
audiolib - Network Audio System C Language Interface
1.9.4 | audiolib - device attributes |