Searched defs:PlaybackBufferStream (Results 1 – 1 of 1) sorted by relevance
153 ) -> Result<(Box<dyn StreamControl>, Box<dyn PlaybackBufferStream>), BoxError>; in new_playback_stream()237 pub trait PlaybackBufferStream: Send { interface253 impl<S: PlaybackBufferStream + ?Sized> PlaybackBufferStream for &mut S { impl654 ) -> Result<(Box<dyn StreamControl>, Box<dyn PlaybackBufferStream>), BoxError> { in new_playback_stream()