Mario Kart 64
|
#include <miniaudio.h>
Data Fields | ||
ma_data_source_base | ds | |
ma_data_source * | pBackend | |
const ma_decoding_backend_vtable * | pBackendVTable | |
void * | pBackendUserData | |
ma_decoder_read_proc | onRead | |
ma_decoder_seek_proc | onSeek | |
ma_decoder_tell_proc | onTell | |
void * | pUserData | |
ma_uint64 | readPointerInPCMFrames | |
ma_format | outputFormat | |
ma_uint32 | outputChannels | |
ma_uint32 | outputSampleRate | |
ma_data_converter | converter | |
void * | pInputCache | |
ma_uint64 | inputCacheCap | |
ma_uint64 | inputCacheConsumed | |
ma_uint64 | inputCacheRemaining | |
ma_allocation_callbacks | allocationCallbacks | |
union { | ||
struct { | ||
ma_vfs * pVFS | ||
ma_vfs_file file | ||
} vfs | ||
struct { | ||
const ma_uint8 * pData | ||
size_t dataSize | ||
size_t currentReadPos | ||
} memory | ||
} | data | |
ma_allocation_callbacks ma_decoder::allocationCallbacks |
ma_data_converter ma_decoder::converter |
size_t ma_decoder::currentReadPos |
union { ... } ma_decoder::data |
size_t ma_decoder::dataSize |
ma_data_source_base ma_decoder::ds |
ma_vfs_file ma_decoder::file |
ma_uint64 ma_decoder::inputCacheCap |
ma_uint64 ma_decoder::inputCacheConsumed |
ma_uint64 ma_decoder::inputCacheRemaining |
struct { ... } ma_decoder::memory |
ma_decoder_read_proc ma_decoder::onRead |
ma_decoder_seek_proc ma_decoder::onSeek |
ma_decoder_tell_proc ma_decoder::onTell |
ma_uint32 ma_decoder::outputChannels |
ma_format ma_decoder::outputFormat |
ma_uint32 ma_decoder::outputSampleRate |
ma_data_source* ma_decoder::pBackend |
void* ma_decoder::pBackendUserData |
const ma_decoding_backend_vtable* ma_decoder::pBackendVTable |
const ma_uint8* ma_decoder::pData |
void* ma_decoder::pInputCache |
void* ma_decoder::pUserData |
ma_vfs* ma_decoder::pVFS |
ma_uint64 ma_decoder::readPointerInPCMFrames |
struct { ... } ma_decoder::vfs |