Struct gstreamer::event::SegmentDone [−][src]
pub struct SegmentDone<'a>(_);
Implementations
impl<'a> SegmentDone<'a>[src]
impl<'a> SegmentDone<'a>[src]pub fn new<V: Into<GenericFormattedValue>>(position: V) -> Event[src]
pub fn builder<V: Into<GenericFormattedValue>>(
position: V
) -> SegmentDoneBuilder<'a>[src]
position: V
) -> SegmentDoneBuilder<'a>
pub fn get(&self) -> GenericFormattedValue[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 SegmentDone<'a>[src]
impl<'a> Debug for SegmentDone<'a>[src]