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

FreeBSD Manual Pages

  
 
  

home | help
AuMakeElem...ortMonitor(3)  Library Functions Manual  AuMakeElem...ortMonitor(3)

Name
     AuMakeElementExportMonitor - initialize an ExportMonitor element

Synopsis
     #include <audio/audiolib.h>

     AuMakeElementExportMonitor(element, input, event_rate, format, num_tracks)
	 AuElement *element; /* RETURN */
	 unsigned short input;
	 unsigned short event_rate;
	 unsigned char format;
	 unsigned char num_tracks;

Arguments
     element   Returns the initialized element.

     input     Specifies  the  index  of the element to supply the audio data to
	       monitor.

     event_rateSpecifies the event rate for the monitor.

     format    Specifies the format of the audio data.	Currently, the following
	       formats are defined: AuFormatULAW8, AuFormatLinearUnsigned8,  Au-
	       FormatLinearSigned8, AuFormatLinearSigned16MSB, AuFormatLinearUn-
	       signed16MSB,   AuFormatSignedLinear16LSB,  and  AuFormatLinearUn-
	       signed16LSB.

     num_tracksSpecifies the number of tracks in the audio data.

Description
     AuMakeElementExportMonitor sets the type member of  element  to  AuElement-
     TypeExportMonitor	and initializes the exportmonitor member of element with
     the remaining arguments.

     AuMakeElementExportMonitor is implemented as a macro.

See Also
     AuMakeElementAddConstant,	AuMakeElementBundle,  AuMakeElementExportBucket,
     AuMakeElementExportClient,  AuMakeElementExportDevice, AuMakeElementImport-
     Bucket,  AuMakeElementImportClient,  AuMakeElementImportDevice,  AuMakeEle-
     mentImportWaveForm, AuMakeElementMultiplyConstant, AuMakeElementSum.

     audiolib - Network Audio System C Language Interface

audiolib - element initialization     1.9.4	      AuMakeElem...ortMonitor(3)

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

home | help