ma_waveform_read_pcm_frames function
ma_result
ma_waveform_read_pcm_frames(
- Pointer<
ma_waveform> pWaveform, - Pointer<
Void> pFramesOut, - Dartma_uint64 frameCount,
- Pointer<
ma_uint64> pFramesRead,
Implementation
ma_result ma_waveform_read_pcm_frames(
ffi.Pointer<ma_waveform> pWaveform,
ffi.Pointer<ffi.Void> pFramesOut,
Dartma_uint64 frameCount,
ffi.Pointer<ma_uint64> pFramesRead,
) => ma_result.fromValue(
_ma_waveform_read_pcm_frames(pWaveform, pFramesOut, frameCount, pFramesRead),
);