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) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
VideoVBIEncoder self() nothrowReturns `this`, for use in `with` statements.
bool addAncillary(bool composite, ubyte DID, ubyte SDIDBlockNumber, ubyte[] data) nothrowStores 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.