Scroll to navigation

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

Specifies the ID of the flow.
Specifies the index of the element.
Specifies the number of 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

1.9.4 audiolib -