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

FreeBSD Manual Pages

  
 
  

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

Name
       AuElementParameters - element parameters	structure

Structures
       #include	<audio/audiolib.h>

       typedef struct _AuElementParameters
       {
	   AuFlowID flow;
	   unsigned char element_num;
	   unsigned char num_parameters;
	   unsigned short pad;
	   AuInt32 parameters[AU_MAX_PARMS];
       }AuElementParameters;

Members
       flow	 Specifies the ID of the flow.

       element_num
		 Specifies the index of	the element.

       num_parameters
		 Specifies the number of parameters.

       parameters
		 Specifies an array containing the element parameters.

Description
       The AuElementParameters structure is used to access those element para-
       meters that can be changed dynamically.

See Also
       AuGetElementParameters, AuSetElementParameters.

       audiolib	- Network Audio	System C Language Interface

audiolib -			     1.9.4		AuElementParameters(3)

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

home | help