ma_encoder_init_file function

ma_result ma_encoder_init_file(
  1. Pointer<Char> pFilePath,
  2. Pointer<ma_encoder_config> pConfig,
  3. Pointer<ma_encoder> pEncoder
)

Implementation

ma_result ma_encoder_init_file(
  ffi.Pointer<ffi.Char> pFilePath,
  ffi.Pointer<ma_encoder_config> pConfig,
  ffi.Pointer<ma_encoder> pEncoder,
) => ma_result.fromValue(_ma_encoder_init_file(pFilePath, pConfig, pEncoder));