Struct gstreamer::event::CustomUpstream [−][src]
pub struct CustomUpstream<'a>(_);
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 CustomUpstream<'a>
[src]
impl<'a> Deref for CustomUpstream<'a>
Auto Trait Implementations
impl<'a> Send for CustomUpstream<'a>
impl<'a> Send for CustomUpstream<'a>
impl<'a> Sync for CustomUpstream<'a>
impl<'a> Sync for CustomUpstream<'a>