logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

AuStringToFormat - return the format described by string.

Arguments

string    Specifies the string description of the audio data format.

Description

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

Name

AuStringToFormat - return the format described by string.

See Also

AuFormatToString.

       audiolib - NetworkAudioSystem C Language Interface

audioutil                                             1.9.4                                  AuStringToFormat(3)

Synopsis

       #include <audio/audiolib.h>

       int AuStringToFormat(string)
           char *string;

See Also