\fBName\fP

AuElementParameters - element parameters structure

\fBStructures\fP

#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;

\fBMembers\fP

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.

\fBDescription\fP

The AuElementParameters structure is used to access those element parameters that can be changed dynamically.

\fBSee Also\fP

AuGetElementParameters, AuSetElementParameters.

audiolib - Network Audio System C Language Interface