ma_decoder_init_vfs_w function
ma_result
ma_decoder_init_vfs_w(
- Pointer<
Void> pVFS, - Pointer<
WChar> pFilePath, - Pointer<
ma_decoder_config> pConfig, - Pointer<
ma_decoder> pDecoder,
Implementation
ma_result ma_decoder_init_vfs_w(
ffi.Pointer<ma_vfs> pVFS,
ffi.Pointer<ffi.WChar> pFilePath,
ffi.Pointer<ma_decoder_config> pConfig,
ffi.Pointer<ma_decoder> pDecoder,
) => ma_result.fromValue(
_ma_decoder_init_vfs_w(pVFS, pFilePath, pConfig, pDecoder),
);