Metadata of an Ogg-Vorbis file, used for decoding. More...
#include <ogg_file.h>
Collaboration diagram for sound::OggFileDecodeInfo:Public Attributes | |
| std::string | name_for_logging |
| bool | is_stereo |
| ALenum | format |
| size_t | bytes_per_sample |
| ALsizei | freq |
| ALuint | length_samples = 0 |
| f32 | length_seconds = 0.0f |
Metadata of an Ogg-Vorbis file, used for decoding.
We query this information once and store it in this struct.
| size_t sound::OggFileDecodeInfo::bytes_per_sample |
Referenced by sound::RAIIOggFile::getDecodeInfo(), and sound::RAIIOggFile::loadBuffer().
| ALenum sound::OggFileDecodeInfo::format |
Referenced by sound::RAIIOggFile::getDecodeInfo(), and sound::RAIIOggFile::loadBuffer().
| ALsizei sound::OggFileDecodeInfo::freq |
| bool sound::OggFileDecodeInfo::is_stereo |
Referenced by sound::RAIIOggFile::getDecodeInfo().
| ALuint sound::OggFileDecodeInfo::length_samples = 0 |
| f32 sound::OggFileDecodeInfo::length_seconds = 0.0f |
Referenced by sound::RAIIOggFile::getDecodeInfo().
| std::string sound::OggFileDecodeInfo::name_for_logging |