\fBName\fP

AuFormatToString - get the name of a format.

\fBSynopsis\fP

#include <audio/audiolib.h>

char *AuFormatToString(format)

    unsigned int format;

\fBArguments\fP

format

Specifies the audio data format. Currently, the following formats are defined: AuFormatULAW8, AuFormatLinearUnsigned8, AuFormatLinearSigned8, AuFormatLinearSigned16MSB, AuFormatLinearUnsigned16MSB, AuFormatLinearSigned16LSB, and AuFormatLinearUnsigned16LSB.

\fBDescription\fP

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

\fBSee Also\fP

AuStringToFormat.

audiolib - Network Audio System C Language Interface