carb::audio::fDataFlagSkipEventPoints

Defined in carb/audio/IAudioData.h

constexpr DataFlags carb::audio::fDataFlagSkipEventPoints = 0x00400000

This flag indicates that the event points should be ignored when decoding the sound.

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