carb::audio::fDataFlagFormatAuto

Defined in carb/audio/IAudioData.h

constexpr DataFlags carb::audio::fDataFlagFormatAuto = 0x00000000

auto detect the format from the file header data.

This may only be used when the data is coming from a full audio file (on disk or in memory). The format information in the file’s header will always be used regardless of the filename extension. This format flag is mutually exclusive from all other fDataFlagFormat* flags. Once a sound data object is successfully created, this flag will be replaced with one that better represents the actual encoded data in the sound.