pub fn probe_source(
mss: MediaSourceStream,
hint: &Hint,
) -> Result<StreamInfo, DecodeError>Expand description
Probe a MediaSourceStream (with hint) and return stream info without decoding.
pub fn probe_source(
mss: MediaSourceStream,
hint: &Hint,
) -> Result<StreamInfo, DecodeError>Probe a MediaSourceStream (with hint) and return stream info without decoding.