MediaSegReceiver

Type Alias MediaSegReceiver 

Source
pub type MediaSegReceiver = Receiver<MediaSegment>;
Expand description

A channel receiver for MediaSegments.

None is a marker indicating that the config has changed and the stream has restarted.

Aliased Typeยง

pub struct MediaSegReceiver { /* private fields */ }