gstvideo.video_vbiencoder
Module for [VideoVBIEncoder] class
class VideoVBIEncoder
Types 1
An encoder for writing ancillary data to the Vertical Blanking Interval lines of component signals.
Methods
VideoVBIEncoder self()Returns `this`, for use in `with` statements.bool addAncillary(bool composite, ubyte DID, ubyte SDIDBlockNumber, ubyte[] data)Stores Video Ancillary data, according to SMPTE-291M specification.Constructors
this(gstvideo.types.VideoFormat format, uint pixelWidth)Create a new #GstVideoVBIEncoder for the specified format and pixel_width.