ma_encoder_init_file_w function
ma_result
ma_encoder_init_file_w(
- Pointer<
WChar> pFilePath, - Pointer<
ma_encoder_config> pConfig, - Pointer<
ma_encoder> pEncoder
Implementation
ma_result ma_encoder_init_file_w(
ffi.Pointer<ffi.WChar> pFilePath,
ffi.Pointer<ma_encoder_config> pConfig,
ffi.Pointer<ma_encoder> pEncoder,
) => ma_result.fromValue(_ma_encoder_init_file_w(pFilePath, pConfig, pEncoder));