ma_panner_process_pcm_frames function
Implementation
ma_result ma_panner_process_pcm_frames(
ffi.Pointer<ma_panner> pPanner,
ffi.Pointer<ffi.Void> pFramesOut,
ffi.Pointer<ffi.Void> pFramesIn,
Dartma_uint64 frameCount,
) => ma_result.fromValue(
_ma_panner_process_pcm_frames(pPanner, pFramesOut, pFramesIn, frameCount),
);