ma_hishelf2_process_pcm_frames function
ma_result
ma_hishelf2_process_pcm_frames(
- Pointer<
ma_hishelf2> pFilter, - Pointer<
Void> pFramesOut, - Pointer<
Void> pFramesIn, - Dartma_uint64 frameCount,
Implementation
ma_result ma_hishelf2_process_pcm_frames(
ffi.Pointer<ma_hishelf2> pFilter,
ffi.Pointer<ffi.Void> pFramesOut,
ffi.Pointer<ffi.Void> pFramesIn,
Dartma_uint64 frameCount,
) => ma_result.fromValue(
_ma_hishelf2_process_pcm_frames(pFilter, pFramesOut, pFramesIn, frameCount),
);