Struct gstreamer_sdp::SDPTime [−][src]
#[repr(C)]pub struct SDPTime(_);
Methods
impl SDPTime[src]
impl SDPTimepub 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) -> &strpub fn stop(&self) -> &str[src]
pub fn stop(&self) -> &strpub fn repeat(&self) -> Vec<&str>[src]
pub fn repeat(&self) -> Vec<&str>