FreeBSD Manual Pages
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_rate Specifies the event rate for the monitor. format Specifies the format of the audio data. Currently, the fol- lowing formats are defined: AuFormatULAW8, AuFormatLinearUn- signed8, AuFormatLinearSigned8, AuFormatLinearSigned16MSB, AuFormatLinearUnsigned16MSB, AuFormatSignedLinear16LSB, and AuFormatLinearUnsigned16LSB. num_tracks Specifies the number of tracks in the audio data. Description AuMakeElementExportMonitor sets the type member of element to AuEle- mentTypeExportMonitor and initializes the exportmonitor member of ele- ment with the remaining arguments. AuMakeElementExportMonitor is implemented as a macro. See Also AuMakeElementAddConstant, AuMakeElementBundle, AuMakeElementExport- Bucket, AuMakeElementExportClient, AuMakeElementExportDevice, AuMa- keElementImportBucket, AuMakeElementImportClient, AuMakeElementImport- Device, AuMakeElementImportWaveForm, AuMakeElementMultiplyConstant, Au- MakeElementSum. audiolib - Network Audio System C Language Interface audiolib - element initialization 1.9.4 AuMakeElem...ortMonitor(3)
Name | Synopsis | Arguments | Description | See Also
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=AuMakeElementExportMonitor&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>