GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AuElementParameters(3) FreeBSD Library Functions Manual AuElementParameters(3)

AuElementParameters - element parameters structure

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

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.

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

AuGetElementParameters, AuSetElementParameters.

audiolib - Network Audio System C Language Interface

1.9.4 audiolib -

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.