Struct gstreamer::event::StreamGroupDone [−][src]
pub struct StreamGroupDone<'a>(_);
Methods
impl<'a> StreamGroupDone<'a>
[src]
impl<'a> StreamGroupDone<'a>
pub fn get_group_id(&self) -> GroupId
[src]
pub fn get_group_id(&self) -> GroupId
Methods from Deref<Target = EventRef>
pub fn get_seqnum(&self) -> Seqnum
[src]
pub fn get_seqnum(&self) -> Seqnum
pub fn get_running_time_offset(&self) -> i64
[src]
pub fn get_running_time_offset(&self) -> i64
pub 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) -> bool
pub fn is_downstream(&self) -> bool
[src]
pub fn is_downstream(&self) -> bool
pub fn is_serialized(&self) -> bool
[src]
pub fn is_serialized(&self) -> bool
pub fn is_sticky(&self) -> bool
[src]
pub fn is_sticky(&self) -> bool
pub fn is_sticky_multi(&self) -> bool
[src]
pub fn is_sticky_multi(&self) -> bool
pub fn get_type(&self) -> EventType
[src]
pub fn get_type(&self) -> EventType
pub fn view(&self) -> EventView
[src]
pub fn view(&self) -> EventView
Trait Implementations
impl<'a> Deref for StreamGroupDone<'a>
[src]
impl<'a> Deref for StreamGroupDone<'a>
Auto Trait Implementations
impl<'a> Send for StreamGroupDone<'a>
impl<'a> Send for StreamGroupDone<'a>
impl<'a> Sync for StreamGroupDone<'a>
impl<'a> Sync for StreamGroupDone<'a>