Class (GI Struct)

GstVideo-1.0GstVideoVideoVBIEncoderSince 1.16

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

1.16

Index
  • Stores Video Ancillary data, according to SMPTE-291M specification.

    Note that the contents of the data are always read as 8bit data (i.e. do not contain the parity check bits).

    Parameters

    • composite: boolean

      true if composite ADF should be created, component otherwise

    • DID: number

      The Data Identifier

    • SDID_block_number: number

      The Secondary Data Identifier (if type 2) or the Data Block Number (if type 1)

    • data: string | Uint8Array<ArrayBufferLike>

      The user data content of the Ancillary packet. Does not contain the ADF, DID, SDID nor CS.

    Returns boolean

    true if enough space was left in the current line, false otherwise.

    1.16

  • data needs to have the correct size and alignment for the configured video format of encoder.

    Parameters

    • data: string | Uint8Array<ArrayBufferLike>

      The line to write to

    Returns void