ma_lpf_init function
ma_result
ma_lpf_init(
- Pointer<
ma_lpf_config> pConfig, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks, - Pointer<
ma_lpf> pLPF
Implementation
ma_result ma_lpf_init(
ffi.Pointer<ma_lpf_config> pConfig,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_lpf> pLPF,
) => ma_result.fromValue(_ma_lpf_init(pConfig, pAllocationCallbacks, pLPF));