ma_decoder_init_file function
ma_result
ma_decoder_init_file(
- Pointer<
Char> pFilePath, - Pointer<
ma_decoder_config> pConfig, - Pointer<
ma_decoder> pDecoder
Implementation
ma_result ma_decoder_init_file(
ffi.Pointer<ffi.Char> pFilePath,
ffi.Pointer<ma_decoder_config> pConfig,
ffi.Pointer<ma_decoder> pDecoder,
) => ma_result.fromValue(_ma_decoder_init_file(pFilePath, pConfig, pDecoder));