logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AuFreeDeviceAttributes - free memory used by lists of device attributes

Arguments

server    Specifies the connection to the audio server.

       nattributes
                 Specifies the number of device attributes to free.

       attributes
                 Specifies  a  single  device attribute structure returned by AuGetDeviceAttributes or a list of
                 device attributes returned by AuListDevices.

Description

AuFreeDeviceAttributes frees the memory allocated by AuGetDeviceAttributes or AuListDevices.

       audiolib - NetworkAudioSystem C Language Interface

audiolib - device attributes                          1.9.4                            AuFreeDeviceAttributes(3)

Name

AuFreeDeviceAttributes - free memory used by lists of device attributes

Synopsis

       #include <audio/audiolib.h>

       void AuFreeDeviceAttributes(server, nattributes, attributes)
           AuServer *server;
           int nattributes;
           AuDeviceAttributes *attributes;

See Also