ma_decoder_init function
ma_result
ma_decoder_init(
- ma_decoder_read_proc onRead,
- ma_decoder_seek_proc onSeek,
- Pointer<
Void> pUserData, - Pointer<
ma_decoder_config> pConfig, - Pointer<
ma_decoder> pDecoder,
Implementation
ma_result ma_decoder_init(
ma_decoder_read_proc onRead,
ma_decoder_seek_proc onSeek,
ffi.Pointer<ffi.Void> pUserData,
ffi.Pointer<ma_decoder_config> pConfig,
ffi.Pointer<ma_decoder> pDecoder,
) => ma_result.fromValue(
_ma_decoder_init(onRead, onSeek, pUserData, pConfig, pDecoder),
);