Struct gstreamer_sdp::SDPBandwidth [−][src]
#[repr(C)]pub struct SDPBandwidth(_);
Methods
impl SDPBandwidth
[src]
impl SDPBandwidth
pub fn new(bwtype: &str, bandwidth: u32) -> Result<Self, ()>
[src]
pub fn new(bwtype: &str, bandwidth: u32) -> Result<Self, ()>
pub fn bwtype(&self) -> &str
[src]
pub fn bwtype(&self) -> &str
pub fn value(&self) -> u32
[src]
pub fn value(&self) -> u32
Trait Implementations
impl Drop for SDPBandwidth
[src]
impl Drop for SDPBandwidth
Auto Trait Implementations
impl !Send for SDPBandwidth
impl !Send for SDPBandwidth
impl !Sync for SDPBandwidth
impl !Sync for SDPBandwidth