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
gstvideo.video_vbiparser.VideoVBIParser copy() nothrowgstvideo.types.VideoVBIParserResult getAncillary(out gstvideo.types.VideoAncillary anc) nothrowParse 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.