[−][src]Enum gstreamer_rtp::RTPPayload
Standard predefined fixed payload types.
The official list is at: http://www.iana.org/assignments/rtp-parameters
Audio: reserved: 19 unassigned: 20-23,
Video: unassigned: 24, 27, 29, 30, 35-71, 77-95 Reserved for RTCP conflict avoidance: 72-76
Variants (Non-exhaustive)
ITU-T G.711. mu-law audio (RFC 3551)
RFC 3551 says reserved
GSM audio
ITU G.723.1 audio
IMA ADPCM wave type (RFC 3551)
IMA ADPCM wave type (RFC 3551)
experimental linear predictive encoding
ITU-T G.711 A-law audio (RFC 3551)
ITU-T G.722 (RFC 3551)
stereo PCM
mono PCM
EIA & TIA standard IS-733
Comfort Noise (RFC 3389)
Audio MPEG 1-3.
ITU-T G.728 Speech coder (RFC 3551)
IMA ADPCM wave type (RFC 3551)
IMA ADPCM wave type (RFC 3551)
ITU-T G.729 Speech coder (RFC 3551)
See RFC 2029
ISO Standards 10918-1 and 10918-2 (RFC 2435)
nv encoding by Ron Frederick
ITU-T Recommendation H.261 (RFC 2032)
Video MPEG 1 & 2 (RFC 2250)
MPEG-2 transport stream (RFC 2250)
Video H263 (RFC 2190)
Trait Implementations
impl Clone for RTPPayload
[src]
fn clone(&self) -> RTPPayload
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for RTPPayload
[src]
impl Debug for RTPPayload
[src]
impl Eq for RTPPayload
[src]
impl<'a> FromValue<'a> for RTPPayload
[src]
unsafe fn from_value(value: &Value) -> Self
[src]
impl<'a> FromValueOptional<'a> for RTPPayload
[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>
[src]
impl Hash for RTPPayload
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for RTPPayload
[src]
fn cmp(&self, other: &RTPPayload) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<RTPPayload> for RTPPayload
[src]
fn eq(&self, other: &RTPPayload) -> bool
[src]
fn ne(&self, other: &RTPPayload) -> bool
[src]
impl PartialOrd<RTPPayload> for RTPPayload
[src]
fn partial_cmp(&self, other: &RTPPayload) -> Option<Ordering>
[src]
fn lt(&self, other: &RTPPayload) -> bool
[src]
fn le(&self, other: &RTPPayload) -> bool
[src]
fn gt(&self, other: &RTPPayload) -> bool
[src]
fn ge(&self, other: &RTPPayload) -> bool
[src]
impl SetValue for RTPPayload
[src]
impl StaticType for RTPPayload
[src]
fn static_type() -> Type
[src]
impl StructuralEq for RTPPayload
[src]
impl StructuralPartialEq for RTPPayload
[src]
Auto Trait Implementations
impl RefUnwindSafe for RTPPayload
impl Send for RTPPayload
impl Sync for RTPPayload
impl Unpin for RTPPayload
impl UnwindSafe for RTPPayload
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src]
T: ToValue + SetValue + Send + ?Sized,
fn to_send_value(&self) -> SendValue
[src]
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,