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

AuFormatToDefine - return the C-preprocess define for a format.

Arguments

format    Specifies an audio data format.

Description

AuFormatToDefine returns the C-preprocessor define for format or "unknown" if format isn't valid.

Name

AuFormatToDefine - return the C-preprocess define for a format.

See Also

AuFormatToString.

       audiolib - NetworkAudioSystem C Language Interface

audioutil                                             1.9.4                                  AuFormatToDefine(3)

Synopsis

       #include <audio/audiolib.h>

       char *AuFormatToDefine(format)
           unsigned int format;

See Also