ma_resampler_uninit function

  1. @Native<Void Function(Pointer<ma_resampler>, Pointer<ma_allocation_callbacks>)>(ffi.Pointer<ma_resampler>, ffi.Pointer<ma_allocation_callbacks>)>()
void ma_resampler_uninit(
  1. Pointer<ma_resampler> pResampler,
  2. Pointer<ma_allocation_callbacks> pAllocationCallbacks
)

Uninitializes a resampler.

Implementation

@ffi.Native<
  ffi.Void Function(
    ffi.Pointer<ma_resampler>,
    ffi.Pointer<ma_allocation_callbacks>,
  )
>()
external void ma_resampler_uninit(
  ffi.Pointer<ma_resampler> pResampler,
  ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);