debian man page for auelementparameters

Query: auelementparameters

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 parameters that can be changed dynamically.

See Also
       AuGetElementParameters, AuSetElementParameters.

       audiolib - Network Audio System C Language Interface

audiolib -							       1.9.3						    AuElementParameters(3)
Related Man Pages
aumakechangestateaction(3) - debian
aumakeelementexportclient(3) - debian
aumakeelementexportmonitor(3) - debian
aumakeelementimportdevice(3) - debian
ausoundplayfromdata(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph