Struct gstreamer_video::video_meta::VideoCaptionMeta [−][src]
#[repr(transparent)]pub struct VideoCaptionMeta(_);
This is supported on crate feature
v1_16
only.Implementations
pub fn add<'a>(
buffer: &'a mut BufferRef,
caption_type: VideoCaptionType,
data: &[u8]
) -> MetaRefMut<'a, Self, Standalone>
[src]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VideoCaptionMeta
impl Unpin for VideoCaptionMeta
impl UnwindSafe for VideoCaptionMeta