ma_notch2_init_preallocated function

ma_result ma_notch2_init_preallocated(
  1. Pointer<ma_notch2_config> pConfig,
  2. Pointer<Void> pHeap,
  3. Pointer<ma_notch2> pFilter
)

Implementation

ma_result ma_notch2_init_preallocated(
  ffi.Pointer<ma_notch2_config> pConfig,
  ffi.Pointer<ffi.Void> pHeap,
  ffi.Pointer<ma_notch2> pFilter,
) => ma_result.fromValue(_ma_notch2_init_preallocated(pConfig, pHeap, pFilter));