Struct gstreamer_sdp::SDPBandwidth [−][src]
#[repr(C)]pub struct SDPBandwidth(_);
Methods
impl SDPBandwidth[src]
impl SDPBandwidthpub 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) -> &strpub fn value(&self) -> u32[src]
pub fn value(&self) -> u32Trait Implementations
impl Drop for SDPBandwidth[src]
impl Drop for SDPBandwidthAuto Trait Implementations
impl !Send for SDPBandwidth
impl !Send for SDPBandwidthimpl !Sync for SDPBandwidth
impl !Sync for SDPBandwidth