pub enum RangeTsFormat {
SegmentLocal,
StreamLocal,
}Expand description
Select whether the output timestamps are local to the ranged segment or the entire output
SegmentLocal: The output timestamps are in the same timebase as the ranged segment. Used for VOD.StreamLocal: The output timestamps are in the same timebase as the entire output.
Variants§
Trait Implementations§
Source§impl Clone for RangeTsFormat
impl Clone for RangeTsFormat
Source§fn clone(&self) -> RangeTsFormat
fn clone(&self) -> RangeTsFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RangeTsFormat
impl RefUnwindSafe for RangeTsFormat
impl Send for RangeTsFormat
impl Sync for RangeTsFormat
impl Unpin for RangeTsFormat
impl UnwindSafe for RangeTsFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)