gstvideo.video_vbiparser
Module for [VideoVBIParser] class
class VideoVBIParser
Types 1
A parser for detecting and extracting @GstVideoAncillary data from Vertical Blanking Interval lines of component signals.
Methods
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(gstvideo.types.VideoFormat format, uint pixelWidth)Create a new #GstVideoVBIParser for the specified format and pixel_width.