Class (GI Struct)

GstVideo-1.0GstVideoVideoVBIParserSince 1.16

A parser for detecting and extracting GstVideoAncillary data from Vertical Blanking Interval lines of component signals.

1.16

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Provide a new line of data to the parser. Call gst_video_vbi_parser_get_ancillary() to get the Ancillary data that might be present on that line.

    Parameters

    • data: string | Uint8Array<ArrayBufferLike>

      The line of data to parse

    Returns void