gstvideo.video_vbiparser

Module for [VideoVBIParser] class

Types 1

A parser for detecting and extracting @GstVideoAncillary data from Vertical Blanking Interval lines of component signals.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
VideoVBIParser self()Returns `this`, for use in `with` statements.
gstvideo.types.VideoVBIParserResult getAncillary(out gstvideo.types.VideoAncillary anc)Parse the line provided previously by [gstvideo.video_vbiparser.VideoVBIParser.addLine].
Constructors
this(void * ptr, Flag!"Take" take)
this(gstvideo.types.VideoFormat format, uint pixelWidth)Create a new #GstVideoVBIParser for the specified format and pixel_width.