ma_noise_read_pcm_frames function
Implementation
ma_result ma_noise_read_pcm_frames(
ffi.Pointer<ma_noise> pNoise,
ffi.Pointer<ffi.Void> pFramesOut,
Dartma_uint64 frameCount,
ffi.Pointer<ma_uint64> pFramesRead,
) => ma_result.fromValue(
_ma_noise_read_pcm_frames(pNoise, pFramesOut, frameCount, pFramesRead),
);