Struct gstreamer::meta::ReferenceTimestampMeta [−][src]
#[repr(transparent)]pub struct ReferenceTimestampMeta(_);
This is supported on crate feature
v1_14
only.Implementations
impl ReferenceTimestampMeta
[src]
impl ReferenceTimestampMeta
[src]pub fn add<'a>(
buffer: &'a mut BufferRef,
reference: &Caps,
timestamp: ClockTime,
duration: ClockTime
) -> MetaRefMut<'a, Self, Standalone>
[src]
buffer: &'a mut BufferRef,
reference: &Caps,
timestamp: ClockTime,
duration: ClockTime
) -> MetaRefMut<'a, Self, Standalone>
pub fn reference(&self) -> &CapsRef
[src]
pub fn parent_owned(&self) -> Caps
[src]
pub fn timestamp(&self) -> ClockTime
[src]
pub fn duration(&self) -> ClockTime
[src]
Trait Implementations
impl Debug for ReferenceTimestampMeta
[src]
impl Debug for ReferenceTimestampMeta
[src]impl MetaAPI for ReferenceTimestampMeta
[src]
impl MetaAPI for ReferenceTimestampMeta
[src]