#[repr(u8)]pub enum AvpStaticPayloadType {
Show 24 variants
Pcmu = 0,
Gsm = 3,
G723 = 4,
Dvi4_8000 = 5,
Dvi4_16000 = 6,
Lpc = 7,
Pcma = 8,
G722 = 9,
L16Stereo = 10,
L16Mono = 11,
Qcelp = 12,
ComfortNoise = 13,
Mpa = 14,
G728 = 15,
Dvi4_11025 = 16,
Dvi4_22050 = 17,
G729 = 18,
Celb = 25,
Jpeg = 26,
Nv = 28,
H261 = 31,
Mpv = 32,
Mp2t = 33,
H263 = 34,
}Expand description
Common static RTP/AVP payload type assignments.
Reference: RFC 3551 section 6, tables 4 and 5.
Variants§
Pcmu = 0
Gsm = 3
G723 = 4
Dvi4_8000 = 5
Dvi4_16000 = 6
Lpc = 7
Pcma = 8
G722 = 9
L16Stereo = 10
L16Mono = 11
Qcelp = 12
ComfortNoise = 13
Mpa = 14
G728 = 15
Dvi4_11025 = 16
Dvi4_22050 = 17
G729 = 18
Celb = 25
Jpeg = 26
Nv = 28
H261 = 31
Mpv = 32
Mp2t = 33
H263 = 34
Implementations§
Trait Implementations§
Source§impl Clone for AvpStaticPayloadType
impl Clone for AvpStaticPayloadType
Source§fn clone(&self) -> AvpStaticPayloadType
fn clone(&self) -> AvpStaticPayloadType
Returns a duplicate 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 moreSource§impl Debug for AvpStaticPayloadType
impl Debug for AvpStaticPayloadType
Source§impl PartialEq for AvpStaticPayloadType
impl PartialEq for AvpStaticPayloadType
impl Copy for AvpStaticPayloadType
impl Eq for AvpStaticPayloadType
impl StructuralPartialEq for AvpStaticPayloadType
Auto Trait Implementations§
impl Freeze for AvpStaticPayloadType
impl RefUnwindSafe for AvpStaticPayloadType
impl Send for AvpStaticPayloadType
impl Sync for AvpStaticPayloadType
impl Unpin for AvpStaticPayloadType
impl UnsafeUnpin for AvpStaticPayloadType
impl UnwindSafe for AvpStaticPayloadType
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