ma_decoder_init_vfs function
ma_result
ma_decoder_init_vfs(
- Pointer<
Void> pVFS, - Pointer<
Char> pFilePath, - Pointer<
ma_decoder_config> pConfig, - Pointer<
ma_decoder> pDecoder,
Implementation
ma_result ma_decoder_init_vfs(
ffi.Pointer<ma_vfs> pVFS,
ffi.Pointer<ffi.Char> pFilePath,
ffi.Pointer<ma_decoder_config> pConfig,
ffi.Pointer<ma_decoder> pDecoder,
) => ma_result.fromValue(
_ma_decoder_init_vfs(pVFS, pFilePath, pConfig, pDecoder),
);