ma_encoder_init_vfs function
ma_result
ma_encoder_init_vfs(
- Pointer<
Void> pVFS, - Pointer<
Char> pFilePath, - Pointer<
ma_encoder_config> pConfig, - Pointer<
ma_encoder> pEncoder,
Implementation
ma_result ma_encoder_init_vfs(
ffi.Pointer<ma_vfs> pVFS,
ffi.Pointer<ffi.Char> pFilePath,
ffi.Pointer<ma_encoder_config> pConfig,
ffi.Pointer<ma_encoder> pEncoder,
) => ma_result.fromValue(
_ma_encoder_init_vfs(pVFS, pFilePath, pConfig, pEncoder),
);