#[repr(C)]pub enum moq_container_format {
MOQ_CONTAINER_FORMAT_FMP4 = 0,
MOQ_CONTAINER_FORMAT_MKV = 1,
MOQ_CONTAINER_FORMAT_TS = 2,
MOQ_CONTAINER_FORMAT_FLV = 3,
}Expand description
A container moq_publish_container can demux, which may publish several tracks.
Variants§
MOQ_CONTAINER_FORMAT_FMP4 = 0
Fragmented MP4 / CMAF.
MOQ_CONTAINER_FORMAT_MKV = 1
Matroska / WebM.
MOQ_CONTAINER_FORMAT_TS = 2
MPEG-2 transport stream.
MOQ_CONTAINER_FORMAT_FLV = 3
Flash Video, as used by RTMP.
Trait Implementations§
Source§impl Clone for moq_container_format
impl Clone for moq_container_format
impl Copy for moq_container_format
Source§impl Debug for moq_container_format
impl Debug for moq_container_format
impl Eq for moq_container_format
Source§impl PartialEq for moq_container_format
impl PartialEq for moq_container_format
impl StructuralPartialEq for moq_container_format
Auto Trait Implementations§
impl Freeze for moq_container_format
impl RefUnwindSafe for moq_container_format
impl Send for moq_container_format
impl Sync for moq_container_format
impl Unpin for moq_container_format
impl UnsafeUnpin for moq_container_format
impl UnwindSafe for moq_container_format
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.