ma_decoder_get_data_format function
Implementation
ma_result ma_decoder_get_data_format(
ffi.Pointer<ma_decoder> pDecoder,
ffi.Pointer<ffi.UnsignedInt> pFormat,
ffi.Pointer<ma_uint32> pChannels,
ffi.Pointer<ma_uint32> pSampleRate,
ffi.Pointer<ma_channel> pChannelMap,
int channelMapCap,
) => ma_result.fromValue(
_ma_decoder_get_data_format(
pDecoder,
pFormat,
pChannels,
pSampleRate,
pChannelMap,
channelMapCap,
),
);