carb::audio::fDataFlagFormatMask

Defined in carb/audio/IAudioData.h

constexpr DataFlags carb::audio::fDataFlagFormatMask = 0x000000ff

mask to indicate which flag bits are reserved to specify the file format flags.

These flags allow the loaded format of file data to be forced instead of auto-detected from the file’s header. All of the format flags except for fDataFlagFormatRaw may be used with the asset system loader. Note that the format values within this mask are all mutually exclusive, not individual flag bits. This mask can be used to determine the loaded format of a sound data object after it is loaded and the load-time flags retrieved with getFlags().