aufreedeviceattributes(3) debian man page | unix.com

Man Page: aufreedeviceattributes

Operating Environment: debian

Section: 3

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.

       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 - Network Audio System C Language Interface

audiolib - device attributes					       1.9.3						 AuFreeDeviceAttributes(3)
Related Man Pages
audeviceattributes(3) - debian
aulistbuckets(3) - debian
aumakeelementexportdevice(3) - debian
ausoundplay(3) - debian
ausoundplayfromfile(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph