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