ma_hpf_init function

ma_result ma_hpf_init(
  1. Pointer<ma_hpf_config> pConfig,
  2. Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  3. Pointer<ma_hpf> pHPF
)

Implementation

ma_result ma_hpf_init(
  ffi.Pointer<ma_hpf_config> pConfig,
  ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  ffi.Pointer<ma_hpf> pHPF,
) => ma_result.fromValue(_ma_hpf_init(pConfig, pAllocationCallbacks, pHPF));