gstvideo.video_vbiencoder

Module for [VideoVBIEncoder] class

Types 1

An encoder for writing ancillary data to the Vertical Blanking Interval lines of component signals.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
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(void * ptr, Flag!"Take" take)
this(gstvideo.types.VideoFormat format, uint pixelWidth)Create a new #GstVideoVBIEncoder for the specified format and pixel_width.