carb::audio::fCodecCapsHasFrameAccuratePosition

Defined in carb/audio/IAudioData.h

constexpr CodecCaps carb::audio::fCodecCapsHasFrameAccuratePosition = 0x00000040

capabilities flag to indicate that the codec can calculate and set a frame accurate position.

If this flag is not set, the codec can only handle setting block aligned positions. Note that this flag will never be set if fCodecCapsSupportsSetPosition is not also set.