SoundAbbrevToFileFormat - return a file format for a given name abbreviation string.
Contents
Arguments
string Specifies an abbreviated audio file format name.
Description
SoundAbbrevToFileFormat returns the file format named by string or -1 if string is not recognized.
Name
SoundAbbrevToFileFormat - return a file format for a given name abbreviation string.
See Also
SoundStringToFileFormat.
audiolib - NetworkAudioSystem C Language Interface
1.9.4 SoundAbbrevToFileFormat(3)
Synopsis
#include <audio/audiolib.h>
int SoundAbbrevToFileFormat(string)
char *string;
