Struct gstreamer::event::Latency [−][src]
pub struct Latency<'a>(_);
Implementations
impl<'a> Latency<'a>
[src]
impl<'a> Latency<'a>
[src]pub struct Latency<'a>(_);
impl<'a> Latency<'a>
[src]pub unsafe fn as_ptr(&self) -> *const GstEvent
[src]pub unsafe fn as_mut_ptr(&self) -> *mut GstEvent
[src]pub fn copy(&self) -> Event
[src]pub fn seqnum(&self) -> Seqnum
[src]pub fn running_time_offset(&self) -> i64
[src]pub fn structure(&self) -> Option<&StructureRef>
[src]pub fn is_upstream(&self) -> bool
[src]pub fn is_downstream(&self) -> bool
[src]pub fn is_serialized(&self) -> bool
[src]pub fn is_sticky(&self) -> bool
[src]pub fn is_sticky_multi(&self) -> bool
[src]pub fn type_(&self) -> EventType
[src]pub fn view(&self) -> EventView<'_>
[src]impl<'a> RefUnwindSafe for Latency<'a>
impl<'a> Send for Latency<'a>
impl<'a> Sync for Latency<'a>
impl<'a> Unpin for Latency<'a>
impl<'a> UnwindSafe for Latency<'a>