Struct gstreamer::event::StreamCollection [−][src]
pub struct StreamCollection<'a>(_);
Implementations
impl<'a> StreamCollection<'a>
[src]
impl<'a> StreamCollection<'a>
[src]pub fn new(stream_collection: &StreamCollection) -> Event
[src]
This is supported on crate feature
v1_10
only.pub fn builder(
stream_collection: &StreamCollection
) -> StreamCollectionBuilder<'_>
[src]
stream_collection: &StreamCollection
) -> StreamCollectionBuilder<'_>
This is supported on crate feature
v1_10
only.pub fn stream_collection(&self) -> StreamCollection
[src]
This is supported on crate feature
v1_10
only.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 StreamCollection<'a>
[src]
impl<'a> Debug for StreamCollection<'a>
[src]