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
bool addAncillary(bool composite, ubyte DID, ubyte SDIDBlockNumber, ubyte[] data) nothrowStores 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.