pub enum BwType {
Ct,
As,
Rs,
Rr,
Tias,
}Expand description
Value for the SDP “bwtype” parameter as listed in the IANA Session Description Protocol Parameters Registry: https://www.iana.org/assignments/sdp-parameters/sdp-parameters.xhtml
See RFC8859.
Variants§
Ct
Not impacted.
As
For media-level usage, the aggregate of individual bandwidth values is considered.
Rs
Session-level usage represents session aggregate, and media-level usage indicates SUM of the individual values while multiplexing.
Rr
Session-level usage represents session aggregate, and media-level usage indicates SUM of the individual values while multiplexing.
Tias
Transport Independent Application Specific Maximum (TIAS) bandwidth modifier that does not include transport overhead.
Trait Implementations§
Source§impl AsXmlText for BwType
impl AsXmlText for BwType
Source§impl FromXmlText for BwType
impl FromXmlText for BwType
Source§impl IntoAttributeValue for BwType
impl IntoAttributeValue for BwType
Source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
impl StructuralPartialEq for BwType
Auto Trait Implementations§
impl Freeze for BwType
impl RefUnwindSafe for BwType
impl Send for BwType
impl Sync for BwType
impl Unpin for BwType
impl UnwindSafe for BwType
Blanket Implementations§
Source§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more