ma_data_converter_process_pcm_frames function
Implementation
ma_result ma_data_converter_process_pcm_frames(
ffi.Pointer<ma_data_converter> pConverter,
ffi.Pointer<ffi.Void> pFramesIn,
ffi.Pointer<ma_uint64> pFrameCountIn,
ffi.Pointer<ffi.Void> pFramesOut,
ffi.Pointer<ma_uint64> pFrameCountOut,
) => ma_result.fromValue(
_ma_data_converter_process_pcm_frames(
pConverter,
pFramesIn,
pFrameCountIn,
pFramesOut,
pFrameCountOut,
),
);