[][src]Struct gstreamer::event::Segment

pub struct Segment<'a>(_);

Methods

impl<'a> Segment<'a>[src]

pub fn get_segment(&self) -> &'a Segment[src]

Methods from Deref<Target = EventRef>

pub fn get_seqnum(&self) -> Seqnum[src]

pub fn get_running_time_offset(&self) -> i64[src]

pub fn get_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 get_type(&self) -> EventType[src]

pub fn view(&self) -> EventView[src]

Trait Implementations

impl<'a> Deref for Segment<'a>[src]

type Target = EventRef

The resulting type after dereferencing.

impl<'a> Debug for Segment<'a>[src]

Auto Trait Implementations

impl<'a> Send for Segment<'a>

impl<'a> Sync for Segment<'a>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.