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

FreeBSD Manual Pages

  
 
  

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

Name
     AuFormatToString - get the name of a format.

Synopsis
     #include <audio/audiolib.h>

     char *AuFormatToString(format)
	 unsigned int format;

Arguments
     format    Specifies  the  audio data format.  Currently, the following for-
	       mats are defined: AuFormatULAW8, AuFormatLinearUnsigned8,  AuFor-
	       matLinearSigned8,   AuFormatLinearSigned16MSB,  AuFormatLinearUn-
	       signed16MSB,  AuFormatLinearSigned16LSB,  and   AuFormatLinearUn-
	       signed16LSB.

Description
     AuFormatToString  returns	the name of format or "Unknown" if format is not
     recognized.

See Also
     AuStringToFormat.

     audiolib - Network Audio System C Language Interface

audioutil			      1.9.4		     AuFormatToString(3)

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

home | help