logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoundStringToFileFormat - return a file format for a given name string.

Arguments

string    Specifies an audio file format name.

Description

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

Name

SoundStringToFileFormat - return a file format for a given name string.

See Also

SoundAbbrevToFileFormat.

       audiolib - NetworkAudioSystem C Language Interface

                                                      1.9.4                           SoundStringToFileFormat(3)

Synopsis

       #include <audio/audiolib.h>

       int SoundStringToFileFormat(string)
           char *string

See Also