\fBName\fP

AuStringToFormat - return the format described by string.

\fBSynopsis\fP

#include <audio/audiolib.h>

int AuStringToFormat(string)

    char *string;

\fBArguments\fP

string

Specifies the string description of the audio data format.

\fBDescription\fP

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

\fBSee Also\fP

AuFormatToString.

audiolib - Network Audio System C Language Interface