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 formats are defined: AuFormatULAW8, AuFormatLinearUnsigned8, AuFormatLinearSigned8, AuFormatLinearSigned16MSB, AuFormatLinearUnsigned16MSB, AuFormatLinearSigned16LSB, and AuFormatLinearUnsigned16LSB.

Description

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

See Also

AuStringToFormat.
 
audiolib - Network Audio System C Language Interface

Questions & Answers

Helpful answers and articles about AuFormatToString you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search