ma_lpf2_init function
ma_result
ma_lpf2_init(
- Pointer<
ma_lpf1_config> pConfig, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks, - Pointer<
ma_lpf2> pLPF
Implementation
ma_result ma_lpf2_init(
ffi.Pointer<ma_lpf2_config> pConfig,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_lpf2> pLPF,
) => ma_result.fromValue(_ma_lpf2_init(pConfig, pAllocationCallbacks, pLPF));