Enum mediasoup::rtp_parameters::MimeTypeVideo[][src]

pub enum MimeTypeVideo {
    Vp8,
    Vp9,
    H264,
    H265,
    Rtx,
    Red,
    Ulpfec,
}

Known Video MIME types.

Variants

Vp8

VP8

Vp9

VP9

H264

H264

H265

H265

Rtx

RTX

Red

RED

Ulpfec

ULPFEC

Trait Implementations

impl Clone for MimeTypeVideo[src]

impl Copy for MimeTypeVideo[src]

impl Debug for MimeTypeVideo[src]

impl<'de> Deserialize<'de> for MimeTypeVideo[src]

impl Eq for MimeTypeVideo[src]

impl Hash for MimeTypeVideo[src]

impl Ord for MimeTypeVideo[src]

impl PartialEq<MimeTypeVideo> for MimeTypeVideo[src]

impl PartialOrd<MimeTypeVideo> for MimeTypeVideo[src]

impl Serialize for MimeTypeVideo[src]

impl StructuralEq for MimeTypeVideo[src]

impl StructuralPartialEq for MimeTypeVideo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.