ma_encoder_init_vfs_w function

ma_result ma_encoder_init_vfs_w(
  1. Pointer<Void> pVFS,
  2. Pointer<WChar> pFilePath,
  3. Pointer<ma_encoder_config> pConfig,
  4. Pointer<ma_encoder> pEncoder,
)

Implementation

ma_result ma_encoder_init_vfs_w(
  ffi.Pointer<ma_vfs> pVFS,
  ffi.Pointer<ffi.WChar> pFilePath,
  ffi.Pointer<ma_encoder_config> pConfig,
  ffi.Pointer<ma_encoder> pEncoder,
) => ma_result.fromValue(
  _ma_encoder_init_vfs_w(pVFS, pFilePath, pConfig, pEncoder),
);