Struct gstreamer_sdp::SDPTime [−][src]
#[repr(C)]pub struct SDPTime(_);
Methods
impl SDPTime
[src]
impl SDPTime
pub fn new(start: &str, stop: &str, repeat: &[&str]) -> Result<Self, ()>
[src]
pub fn new(start: &str, stop: &str, repeat: &[&str]) -> Result<Self, ()>
pub fn start(&self) -> &str
[src]
pub fn start(&self) -> &str
pub fn stop(&self) -> &str
[src]
pub fn stop(&self) -> &str
pub fn repeat(&self) -> Vec<&str>
[src]
pub fn repeat(&self) -> Vec<&str>