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
AuMakeElementState(3) FreeBSD Library Functions Manual AuMakeElementState(3)

Name

AuMakeElementState - initialize an element state structure

Synopsis

#include <audio/audiolib.h>

AuMakeElementState(state, flow, element_num, state)
AuElementState *state; /* RETURN */
AuFlowID flow;
unsigned char element_num;
unsigned char state;

Arguments

Returns the initialized element state structure.
Specifies the ID of the flow.
Specifies the index of the element in flow. Use AuElementAll to specify the flow.
Specifies the state of the element. This should be one of thses constants: AuStateStop, AuStateStart, or AuStatePause.

Description

AuMakeElementState initializes an AuElementState structure for use in a subsequent call to AuGetElementStates or AuSetElementStates.

AuMakeElementState is implemented as a macro.

Errors

AuBadFlow, AuBadElement.

audiolib - Network Audio System C Language Interface

1.9.4 audiolib - element state structure initialization

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.