[][src]Module rportaudio::stream

Re-exports

pub use crate::types::Stream;

Constants

FRAMES_PER_BUFFER_UNSPECIFIED

Argument to Stream::open() or Stream::open_default() to allow PortAudio itself determine the optimal number of frames per buffer. This number may differ each time the callback is called.

Functions

is_format_supported

Returns Ok when the StreamParameters are supported. This ignores the latency field.