ma_gainer_process_pcm_frames function
Implementation
ma_result ma_gainer_process_pcm_frames(
ffi.Pointer<ma_gainer> pGainer,
ffi.Pointer<ffi.Void> pFramesOut,
ffi.Pointer<ffi.Void> pFramesIn,
Dartma_uint64 frameCount,
) => ma_result.fromValue(
_ma_gainer_process_pcm_frames(pGainer, pFramesOut, pFramesIn, frameCount),
);