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