\fBName\fP

SoundAbbrevToFileFormat - return a file format for a given name abbreviation string.

\fBSynopsis\fP

#include <audio/audiolib.h>

int SoundAbbrevToFileFormat(string)

     char *string;

\fBArguments\fP

string

Specifies an abbreviated audio file format name.

\fBDescription\fP

SoundAbbrevToFileFormat returns the file format named by string or -1 if string is not recognized.

\fBSee Also\fP

SoundStringToFileFormat.

audiolib - Network Audio System C Language Interface