debian man page for aumakeelementstate

Query: aumakeelementstate

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AuMakeElementState(3)					     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
       state	 Returns the initialized element state structure.

       flow	 Specifies the ID of the flow.

       element_num
		 Specifies the index of the element in flow.  Use AuElementAll to specify the flow.

       state	 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

audiolib - element state structure initialization		       1.9.3						     AuMakeElementState(3)
Related Man Pages
aumakeelementexportdevice(3) - debian
aumakeelementexportbucket(3) - debian
aumakeelementexportmonitor(3) - debian
aumonitornotifyevent(3) - debian
ausoundplayfromdata(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?