Struct gstreamer::event::StreamStart [−][src]
pub struct StreamStart<'a>(_);
Implementations
impl<'a> StreamStart<'a>[src]
impl<'a> StreamStart<'a>[src]pub fn new(stream_id: &str) -> Event[src]
pub fn builder(stream_id: &str) -> StreamStartBuilder<'_>[src]
pub fn stream_id(&self) -> &'a str[src]
pub fn stream_flags(&self) -> StreamFlags[src]
pub fn group_id(&self) -> Option<GroupId>[src]
pub fn stream(&self) -> Option<Stream>[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 StreamStart<'a>[src]
impl<'a> Debug for StreamStart<'a>[src]