table of contents
AuStringToFormat(3) | Library Functions Manual | AuStringToFormat(3) |
Name¶
AuStringToFormat - return the format described by string.Synopsis¶
#include <audio/audiolib.h>char * string;
Arguments¶
- string
- Specifies the string description of the audio data format.
Description¶
AuStringToFormat returns the numeric value of the audio data format described by string or -1 if string is not recognized.See Also¶
AuFormatToString.1.9.3 | audioutil |