AuElementParameters.3nas

Langue: en

Version: 1.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

Name

AuElementParameters - element parameters structure

Structures

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