Struct gstreamer::event::StreamStart [−][src]
pub struct StreamStart<'a>(_);
Methods
impl<'a> StreamStart<'a>[src]
impl<'a> StreamStart<'a>pub fn get_stream_id(&self) -> &'a str[src]
pub fn get_stream_id(&self) -> &'a strpub fn get_stream_flags(&self) -> StreamFlags[src]
pub fn get_stream_flags(&self) -> StreamFlagspub fn get_group_id(&self) -> GroupId[src]
pub fn get_group_id(&self) -> GroupIdMethods from Deref<Target = EventRef>
pub fn get_seqnum(&self) -> Seqnum[src]
pub fn get_seqnum(&self) -> Seqnumpub fn get_running_time_offset(&self) -> i64[src]
pub fn get_running_time_offset(&self) -> i64pub fn get_structure(&self) -> Option<&StructureRef>[src]
pub fn get_structure(&self) -> Option<&StructureRef>pub fn is_upstream(&self) -> bool[src]
pub fn is_upstream(&self) -> boolpub fn is_downstream(&self) -> bool[src]
pub fn is_downstream(&self) -> boolpub fn is_serialized(&self) -> bool[src]
pub fn is_serialized(&self) -> boolpub fn is_sticky(&self) -> bool[src]
pub fn is_sticky(&self) -> boolpub fn is_sticky_multi(&self) -> bool[src]
pub fn is_sticky_multi(&self) -> boolpub fn get_type(&self) -> EventType[src]
pub fn get_type(&self) -> EventTypepub fn view(&self) -> EventView[src]
pub fn view(&self) -> EventViewTrait Implementations
impl<'a> Deref for StreamStart<'a>[src]
impl<'a> Deref for StreamStart<'a>Auto Trait Implementations
impl<'a> Send for StreamStart<'a>
impl<'a> Send for StreamStart<'a>impl<'a> Sync for StreamStart<'a>
impl<'a> Sync for StreamStart<'a>