Class (GI Struct)

GstVideo-1.0GstVideoVideoRegionOfInterestMeta

Extra buffer metadata describing an image region of interest

Index

Constructors

Properties

h: number
id: number
params: any[]
parent_id: number
roi_type: number
w: number
x: number
y: number

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