Trait srt_media::source_stream::SourceStream[][src]

pub trait SourceStream {
    fn receive(&mut self) -> Option<(Instant, Bytes)>;
}

Required methods

fn receive(&mut self) -> Option<(Instant, Bytes)>[src]

Loading content...

Implementors

Loading content...