Skip to main content

BackendParts

Type Alias BackendParts 

Source
pub type BackendParts = (Arc<dyn IoDriver>, Option<Arc<dyn IoCapture>>, Option<Arc<dyn IoPlayback>>);
Expand description

Raw backend construction result: (driver, capture?, playback?).