![]() |
Wise&mystical
1.0
Project about Europe
|
#include <dr_mp3.h>
Collaboration diagram for drmp3:Public Attributes | |
| drmp3dec | decoder |
| drmp3dec_frame_info | frameInfo |
| drmp3_uint32 | channels |
| drmp3_uint32 | sampleRate |
| drmp3_read_proc | onRead |
| drmp3_seek_proc | onSeek |
| void * | pUserData |
| drmp3_allocation_callbacks | allocationCallbacks |
| drmp3_uint32 | mp3FrameChannels |
| drmp3_uint32 | mp3FrameSampleRate |
| drmp3_uint32 | pcmFramesConsumedInMP3Frame |
| drmp3_uint32 | pcmFramesRemainingInMP3Frame |
| drmp3_uint8 | pcmFrames [sizeof(float) *DRMP3_MAX_SAMPLES_PER_FRAME] |
| drmp3_uint64 | currentPCMFrame |
| drmp3_uint64 | streamCursor |
| drmp3_seek_point * | pSeekPoints |
| drmp3_uint32 | seekPointCount |
| size_t | dataSize |
| size_t | dataCapacity |
| size_t | dataConsumed |
| drmp3_uint8 * | pData |
| drmp3_bool32 | atEnd: 1 |
| struct { | |
| const drmp3_uint8 * pData | |
| size_t dataSize | |
| size_t currentReadPos | |
| } | memory |
| drmp3_allocation_callbacks drmp3::allocationCallbacks |
| drmp3_bool32 drmp3::atEnd |
| drmp3_uint32 drmp3::channels |
| drmp3_uint64 drmp3::currentPCMFrame |
| drmp3dec_frame_info drmp3::frameInfo |
| struct { ... } drmp3::memory |
| drmp3_uint32 drmp3::mp3FrameChannels |
| drmp3_uint32 drmp3::mp3FrameSampleRate |
| drmp3_read_proc drmp3::onRead |
| drmp3_seek_proc drmp3::onSeek |
| drmp3_uint8 drmp3::pcmFrames[sizeof(float) *DRMP3_MAX_SAMPLES_PER_FRAME] |
| drmp3_uint32 drmp3::pcmFramesConsumedInMP3Frame |
| drmp3_uint32 drmp3::pcmFramesRemainingInMP3Frame |
| drmp3_uint8* drmp3::pData |
| const drmp3_uint8* drmp3::pData |
| drmp3_seek_point* drmp3::pSeekPoints |
| drmp3_uint32 drmp3::sampleRate |
| drmp3_uint32 drmp3::seekPointCount |
| drmp3_uint64 drmp3::streamCursor |