pub enum DashProfile {
Live,
OnDemand,
}Expand description
DASH profile family for the @profiles attribute.
Variants§
Live
Multi-segment live/VOD with SegmentTemplate (isoff-live).
OnDemand
Single-file on-demand with SegmentBase/SegmentList (isoff-on-demand).
Trait Implementations§
Source§impl Clone for DashProfile
impl Clone for DashProfile
Source§fn clone(&self) -> DashProfile
fn clone(&self) -> DashProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DashProfile
Source§impl Debug for DashProfile
impl Debug for DashProfile
Source§impl Default for DashProfile
impl Default for DashProfile
Source§fn default() -> DashProfile
fn default() -> DashProfile
Returns the “default value” for a type. Read more
impl Eq for DashProfile
Source§impl PartialEq for DashProfile
impl PartialEq for DashProfile
impl StructuralPartialEq for DashProfile
Auto Trait Implementations§
impl Freeze for DashProfile
impl RefUnwindSafe for DashProfile
impl Send for DashProfile
impl Sync for DashProfile
impl Unpin for DashProfile
impl UnsafeUnpin for DashProfile
impl UnwindSafe for DashProfile
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