Gjsify LogoGjsify Logo

Extra buffer metadata describing an image region of interest

record

Hierarchy

  • VideoRegionOfInterestMeta

Index

Constructors

Properties

h: number

bounding box height

field
id: number

identifier of this particular ROI

field
meta: Meta

parent #GstMeta

field
params: object[]

list of #GstStructure containing element-specific params for downstream, see gst_video_region_of_interest_meta_add_param(). (Since: 1.14)

field
parent_id: number

identifier of its parent ROI, used f.i. for ROI hierarchisation.

field
roi_type: number

GQuark describing the semantic of the Roi (f.i. a face, a pedestrian)

field
w: number

bounding box width

field
x: number

x component of upper-left corner

field
y: number

y component of upper-left corner

field
name: string

Methods

  • Attach element-specific parameters to meta meant to be used by downstream elements which may handle this ROI. The name of s is used to identify the element these parameters are meant for.

    This is typically used to tell encoders how they should encode this specific region. For example, a structure named "roi/x264enc" could be used to give the QP offsets this encoder should use when encoding the region described in meta. Multiple parameters can be defined for the same meta so different encoders can be supported by cross platform applications).

    Parameters

    Returns 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