logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

AuGetDeviceAttributes - get device attributes

Arguments

server    Specifies the connection to the audio server.

       device    Specifies the ID of the audio device.

       status    If non-NULL, flush the output buffer and return the status from the server.

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.

Name

AuGetDeviceAttributes - get device attributes

See Also

AuSetDeviceAttributes, AuListDevices.

       audiolib - NetworkAudioSystem C Language Interface

audiolib - device attributes                          1.9.4                             AuGetDeviceAttributes(3)

Synopsis

       #include <audio/audiolib.h>

       AuDeviceAttributes *AuGetDeviceAttributes(server, device, status)
           AuServer *server;
           AuDeviceIDdevice;
           AuStatus *status;   /* RETURN */

See Also