ma_notch2_init function
ma_result
ma_notch2_init(
- Pointer<
ma_notch2_config> pConfig, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks, - Pointer<
ma_notch2> pFilter
Implementation
ma_result ma_notch2_init(
ffi.Pointer<ma_notch2_config> pConfig,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_notch2> pFilter,
) => ma_result.fromValue(
_ma_notch2_init(pConfig, pAllocationCallbacks, pFilter),
);