ma_resampler_reset function

ma_result ma_resampler_reset(
  1. Pointer<ma_resampler> pResampler
)

Implementation

ma_result ma_resampler_reset(ffi.Pointer<ma_resampler> pResampler) =>
    ma_result.fromValue(_ma_resampler_reset(pResampler));