gstvideo.video_caption_meta

Module for [VideoCaptionMeta] class

Types 1

Extra buffer metadata providing Closed Caption.

Fields
Methods
void * _cPtr()
gst.meta.Meta meta() @propertyGet `meta` field. Returns: parent #GstMeta
gstvideo.types.VideoCaptionType captionType() @propertyGet `captionType` field. Returns: The type of Closed Caption contained in the meta.
void captionType(gstvideo.types.VideoCaptionType propval) @propertySet `captionType` field. Params: propval = The type of Closed Caption contained in the meta.
size_t size() @propertyGet `size` field. Returns: The size in bytes of @data
void size(size_t propval) @propertySet `size` field. Params: propval = The size in bytes of @data
Constructors
this(void * ptr, Flag!"Take" take)