ma_engine_read_pcm_frames function
Implementation
ma_result ma_engine_read_pcm_frames(
ffi.Pointer<ma_engine> pEngine,
ffi.Pointer<ffi.Void> pFramesOut,
Dartma_uint64 frameCount,
ffi.Pointer<ma_uint64> pFramesRead,
) => ma_result.fromValue(
_ma_engine_read_pcm_frames(pEngine, pFramesOut, frameCount, pFramesRead),
);