ma_decoder_init_file_w function

ma_result ma_decoder_init_file_w(
  1. Pointer<WChar> pFilePath,
  2. Pointer<ma_decoder_config> pConfig,
  3. Pointer<ma_decoder> pDecoder
)

Implementation

ma_result ma_decoder_init_file_w(
  ffi.Pointer<ffi.WChar> pFilePath,
  ffi.Pointer<ma_decoder_config> pConfig,
  ffi.Pointer<ma_decoder> pDecoder,
) => ma_result.fromValue(_ma_decoder_init_file_w(pFilePath, pConfig, pDecoder));