Class (GI Struct)

GstVideo-1.0GstVideoVideoAncillarySince 1.16

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

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

1.16

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<
          {
              data: Uint8Array;
              data_count: number;
              DID: number;
              SDID_block_number: number;
          },
      >

    Returns VideoAncillary

Properties

data: Uint8Array
data_count: number
DID: number
SDID_block_number: number