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

FreeBSD Manual Pages

  
 
  

home | help
AuFreeElementStates(3)	   Library Functions Manual	AuFreeElementStates(3)

Name
       AuFreeElementStates  -  free  the  memory used by lists of flow element
       states

Synopsis
       #include	<audio/audiolib.h>

       void AuFreeElementStates(server,	num_states, states)
	   AuServer *server;
	   int num_states;
	   AuElementState *states;

Arguments
       server	 Specifies the connection to the audio server.

       num_states
		 Specifies the number of elements states to free.

       states	 Specifies a list of  element  states  returned	 by  AuGetEle-
		 mentStates.

Description
       AuFreeElements frees the	memory allocated by AuGetElementStates.

       audiolib	- Network Audio	System C Language Interface

audiolib - flow	element	states	     1.9.4		AuFreeElementStates(3)

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

home | help