pub enum MpdType {
Static,
Dynamic,
}Expand description
MPD @type: static (VOD) or dynamic (live).
Variants§
Static
Finished presentation with known duration.
Dynamic
Live or event presentation that may still grow.
Trait Implementations§
impl Copy for MpdType
impl Eq for MpdType
impl StructuralPartialEq for MpdType
Auto Trait Implementations§
impl Freeze for MpdType
impl RefUnwindSafe for MpdType
impl Send for MpdType
impl Sync for MpdType
impl Unpin for MpdType
impl UnsafeUnpin for MpdType
impl UnwindSafe for MpdType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more