Enum mediasoup::rtp_parameters::RtpHeaderExtensionUri[][src]

pub enum RtpHeaderExtensionUri {
    Mid,
    RtpStreamId,
    RepairRtpStreamId,
    FrameMarkingDraft07,
    FrameMarking,
    AudioLevel,
    VideoOrientation,
    TimeOffset,
    TransportWideCcDraft01,
    AbsSendTime,
    // some variants omitted
}

URI for supported RTP header extension

Variants

Mid

urn:ietf:params:rtp-hdrext:sdes:mid

RtpStreamId

urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id

RepairRtpStreamId

urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id

FrameMarkingDraft07
FrameMarking

urn:ietf:params:rtp-hdrext:framemarking

AudioLevel

urn:ietf:params:rtp-hdrext:ssrc-audio-level

VideoOrientation

urn:3gpp:video-orientation

TimeOffset

urn:ietf:params:rtp-hdrext:toffset

TransportWideCcDraft01
AbsSendTime

Implementations

impl RtpHeaderExtensionUri[src]

pub fn as_str(&self) -> &'static str[src]

RTP header extension as a string

Trait Implementations

impl Clone for RtpHeaderExtensionUri[src]

impl Copy for RtpHeaderExtensionUri[src]

impl Debug for RtpHeaderExtensionUri[src]

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

impl Eq for RtpHeaderExtensionUri[src]

impl Hash for RtpHeaderExtensionUri[src]

impl Ord for RtpHeaderExtensionUri[src]

impl PartialEq<RtpHeaderExtensionUri> for RtpHeaderExtensionUri[src]

impl PartialOrd<RtpHeaderExtensionUri> for RtpHeaderExtensionUri[src]

impl Serialize for RtpHeaderExtensionUri[src]

impl StructuralEq for RtpHeaderExtensionUri[src]

impl StructuralPartialEq for RtpHeaderExtensionUri[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.