rtaudio_stop_stream

Function rtaudio_stop_stream 

Source
pub unsafe extern "C" fn rtaudio_stop_stream(
    audio: rtaudio_t,
) -> rtaudio_error_t
Expand description

! Stop a stream, allowing any samples remaining in the output queue ! to be played. See \ref RtAudio::stopStream().