ma_hpf2_init function
ma_result
ma_hpf2_init(
- Pointer<
ma_hpf1_config> pConfig, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks, - Pointer<
ma_hpf2> pHPF
Implementation
ma_result ma_hpf2_init(
ffi.Pointer<ma_hpf2_config> pConfig,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_hpf2> pHPF,
) => ma_result.fromValue(_ma_hpf2_init(pConfig, pAllocationCallbacks, pHPF));