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

FreeBSD Manual Pages

  
 
  

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

NAME
     AuInputTrack - input track structure

Structures
     #include <audio/audiolib.h>

     typedef struct _AuInputTrack
     {
	   unsigned char element_num;
	   unsigned char track;
     }AuInputTrack;

Members
     element_num
	       Specifies  the  index of the element to supply the audio data for
	       this track.

     track     Specifies the track number.

Description
     AuInputTrack is used by bundle elements to define what tracks from what el-
     ements to access.

     Use AuMakeInputTrack to initialize an AuInputTrack structure.

     audiolib - Network Audio System C Language Interface

audiolib - input track		      1.9.4			 AuInputTrack(3)

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

home | help