ma_hpf1_process_pcm_frames function
Implementation
ma_result ma_hpf1_process_pcm_frames(
ffi.Pointer<ma_hpf1> pHPF,
ffi.Pointer<ffi.Void> pFramesOut,
ffi.Pointer<ffi.Void> pFramesIn,
Dartma_uint64 frameCount,
) => ma_result.fromValue(
_ma_hpf1_process_pcm_frames(pHPF, pFramesOut, pFramesIn, frameCount),
);