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