Skip to main content

from_stream_with_len

Function from_stream_with_len 

Source
pub fn from_stream_with_len(
    stream: impl Read + Seek + Send + Sync + 'static,
    len: Option<u64>,
) -> (Box<dyn MediaSource>, Hint)