pub enum LiveAbrFormat {
Hls,
Dash,
}Expand description
Output container format for the ABR ladder.
Variants§
Hls
Segmented HLS (.ts + index.m3u8). Writes master.m3u8 on finish.
Dash
Segmented DASH (.m4s + per-rendition manifest.mpd). Writes a
top-level manifest.mpd on finish.
Auto Trait Implementations§
impl Freeze for LiveAbrFormat
impl RefUnwindSafe for LiveAbrFormat
impl Send for LiveAbrFormat
impl Sync for LiveAbrFormat
impl Unpin for LiveAbrFormat
impl UnsafeUnpin for LiveAbrFormat
impl UnwindSafe for LiveAbrFormat
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