Struct gstreamer::event::SelectStreams [−][src]
pub struct SelectStreams<'a>(_);
Implementations
impl<'a> SelectStreams<'a>
[src]
impl<'a> SelectStreams<'a>
[src]Methods from Deref<Target = EventRef>
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]
Trait Implementations
impl<'a> Debug for SelectStreams<'a>
[src]
impl<'a> Debug for SelectStreams<'a>
[src]