carb::audio::DataFlags

Defined in carb/audio/IAudioData.h

typedef uint32_t carb::audio::DataFlags

flags used for the createData() function.

These control how the the sound data object is created or loaded. Zero or more of these flags may be combined to change the way the audio data is loaded. Only one of the fDataFlagFormat* flags may be used since they are all mutually exclusive.

Note that not all of these flags can be used when loading a sound object through the asset system. Some flags require additional information in order to function properly and that information cannot be passed in through the asset system’s loadAsset() function. base type used to specify the fDataFlag* flags for createData().