carb::audio::fDataFlagSkipMetaData

Defined in carb/audio/IAudioData.h

constexpr DataFlags carb::audio::fDataFlagSkipMetaData = 0x00200000

This flag indicates that the metadata should be ignored when opening the sound.

This is only relevant on sounds that need to be decoded from a file format that can store metadata. This is intended to be used in cases where the metadata won’t be needed. Note that subsequent calls to createCodecState() which decode the loaded sound will not decode the metadata unless the fDecodeStateFlagForceParse flag is used.