Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
AuFreeDeviceAttributes(3)   Library Functions Manual   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;

Arguments
     server    Specifies the connection to the audio server.

     nattributes
	       Specifies the number of device attributes to free.

     attributesSpecifies  a single device attribute structure returned by AuGet-
	       DeviceAttributes or a  list  of	device	attributes  returned  by
	       AuListDevices.

Description
     AuFreeDeviceAttributes  frees the memory allocated by AuGetDeviceAttributes
     or AuListDevices.

     audiolib - Network Audio System C Language Interface

audiolib - device attributes	      1.9.4	       AuFreeDeviceAttributes(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=AuFreeDeviceAttributes&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help