carb::audio::FlacFileType

Defined in carb/audio/IAudioData.h

enum class carb::audio::FlacFileType

The file type used to store FLAC encoded audio.

Values:

enumerator eFlac

A .flac container.

This is the most common container type for FLAC encoded audio. This is the default format.

enumerator eOgg

A .ogg container.

This allows FLAC to take advantage of all of the features of the Ogg container format. FLAC data encoded in Ogg containers will be slightly larger and slower to decode than the same data stored in a .flac container.