Gjsify LogoGjsify Logo

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

record

Hierarchy

  • VideoVBIEncoder

Index

Constructors

Properties

name: string

Methods

  • add_ancillary(composite: boolean, DID: number, SDID_block_number: number, data: Uint8Array): boolean
  • 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: Uint8Array

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

    Returns boolean

  • free(): void
  • write_line(data: number): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method