![]() |
Wise&mystical
1.0
Project about Europe
|
#include <miniaudio.h>
Public Attributes | |
| ma_format | format |
| ma_uint32 | channelsIn |
| ma_uint32 | channelsOut |
| ma_channel_mix_mode | mixingMode |
| ma_channel_conversion_path | conversionPath |
| ma_channel * | pChannelMapIn |
| ma_channel * | pChannelMapOut |
| ma_uint8 * | pShuffleTable |
| union { | |
| float ** f32 | |
| ma_int32 ** s16 | |
| } | weights |
| void * | _pHeap |
| ma_bool32 | _ownsHeap |
Definition at line 5246 of file miniaudio.h.
| ma_bool32 ma_channel_converter::_ownsHeap |
Definition at line 5264 of file miniaudio.h.
| void* ma_channel_converter::_pHeap |
Definition at line 5263 of file miniaudio.h.
| ma_uint32 ma_channel_converter::channelsIn |
Definition at line 5249 of file miniaudio.h.
| ma_uint32 ma_channel_converter::channelsOut |
Definition at line 5250 of file miniaudio.h.
| ma_channel_conversion_path ma_channel_converter::conversionPath |
Definition at line 5252 of file miniaudio.h.
| float** ma_channel_converter::f32 |
Definition at line 5258 of file miniaudio.h.
| ma_format ma_channel_converter::format |
Definition at line 5248 of file miniaudio.h.
| ma_channel_mix_mode ma_channel_converter::mixingMode |
Definition at line 5251 of file miniaudio.h.
| ma_channel* ma_channel_converter::pChannelMapIn |
Definition at line 5253 of file miniaudio.h.
| ma_channel* ma_channel_converter::pChannelMapOut |
Definition at line 5254 of file miniaudio.h.
| ma_uint8* ma_channel_converter::pShuffleTable |
Definition at line 5255 of file miniaudio.h.
| ma_int32** ma_channel_converter::s16 |
Definition at line 5259 of file miniaudio.h.
| union { ... } ma_channel_converter::weights |