Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
AuElementState(3)	   Library Functions Manual	     AuElementState(3)

Name
       AuElementState -	element	state structure

Structures
       #include	<audio/audiolib.h>

       typedef struct _AuElementState
       {
	   AuFlowID flow;
	   unsigned char element_num;
	   unsigned char state;
	   unsigned short pad;
       }AuElementState;

Members
       flow	 Specifies the flow.

       element_num
		 Specifies  the	 index of the element of interest.  Use	AuEle-
		 mentAll to access the state of	the flow.

       state	 Specifies the state of	the element (or	flow) specified	by el-
		 ement_num.  This should  be  one  of  thses  constants:  AuS-
		 tateStop, AuStateStart, or AuStatePause.

Description
       The AuElementState structure is used to access the state	of elements in
       a flow.	Only flows and component elements (ExportBucket, ExportClient,
       ExportDevice, ImportClient, ImportDevice, ImportBucket, and ImportWave-
       Form) have state.

See Also
       AuGetElementStates, AuMakeElementState, AuGetElementStates.

       audiolib	- Network Audio	System C Language Interface

audiolib - element state structure   1.9.4		     AuElementState(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=AuElementState&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help