logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AuElementParameters - element parameters structure

Description

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

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.

Name

AuElementParameters - element parameters structure

See Also

AuGetElementParameters, AuSetElementParameters.

       audiolib - NetworkAudioSystem C Language Interface

audiolib -                                            1.9.4                               AuElementParameters(3)

Structures

       #include <audio/audiolib.h>

       typedef struct _AuElementParameters
       {
           AuFlowIDflow;
           unsigned char element_num;
           unsigned char num_parameters;
           unsigned short pad;
           AuInt32parameters[AU_MAX_PARMS];
       }AuElementParameters;

See Also