ma_resampler_process_pcm_frames function
Implementation
ma_result ma_resampler_process_pcm_frames(
ffi.Pointer<ma_resampler> pResampler,
ffi.Pointer<ffi.Void> pFramesIn,
ffi.Pointer<ma_uint64> pFrameCountIn,
ffi.Pointer<ffi.Void> pFramesOut,
ffi.Pointer<ma_uint64> pFrameCountOut,
) => ma_result.fromValue(
_ma_resampler_process_pcm_frames(
pResampler,
pFramesIn,
pFrameCountIn,
pFramesOut,
pFrameCountOut,
),
);