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

FreeBSD Manual Pages

  
 
  

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

Name
       AuStringToFormat	- return the format described by string.

Synopsis
       #include	<audio/audiolib.h>

       int AuStringToFormat(string)
	   char	*string;

Arguments
       string	 Specifies the string description of the audio data format.

Description
       AuStringToFormat	returns	the numeric value of the audio data format de-
       scribed by string or -1 if string is not	recognized.

See Also
       AuFormatToString.

       audiolib	- Network Audio	System C Language Interface

audioutil			     1.9.4		   AuStringToFormat(3)

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

home | help