carb::audio::fDataFlagFormatRaw

Defined in carb/audio/IAudioData.h

constexpr DataFlags carb::audio::fDataFlagFormatRaw = 0x00000001

force raw PCM data to be loaded.

This flag must be specified if the data stream does not have any format information present in it. When this format flag is used the data stream is expected to just be the raw decodable data for the specified format. There should not be any kind of header or chunk signature before the data. This format flag is mutually exclusive from all other fDataFlagFormat* flags.