gstvideo.video_region_of_interest_meta

Module for [VideoRegionOfInterestMeta] class

Types 1

Extra buffer metadata describing an image region of interest

Methods
void * _cPtr() nothrow
gst.meta.Meta meta() @property nothrowGet `meta` field. Returns: parent #GstMeta
glib.types.Quark roiType() @property nothrowGet `roiType` field. Returns: GQuark describing the semantic of the Roi (f.i. a face, a pedestrian)
void roiType(glib.types.Quark propval) @property nothrowSet `roiType` field. Params: propval = GQuark describing the semantic of the Roi (f.i. a face, a pedestrian)
int id() @property nothrowGet `id` field. Returns: identifier of this particular ROI
void id(int propval) @property nothrowSet `id` field. Params: propval = identifier of this particular ROI
int parentId() @property nothrowGet `parentId` field. Returns: identifier of its parent ROI, used f.i. for ROI hierarchisation.
void parentId(int propval) @property nothrowSet `parentId` field. Params: propval = identifier of its parent ROI, used f.i. for ROI hierarchisation.
uint x() @property nothrowGet `x` field. Returns: x component of upper-left corner
void x(uint propval) @property nothrowSet `x` field. Params: propval = x component of upper-left corner
uint y() @property nothrowGet `y` field. Returns: y component of upper-left corner
void y(uint propval) @property nothrowSet `y` field. Params: propval = y component of upper-left corner
uint w() @property nothrowGet `w` field. Returns: bounding box width
void w(uint propval) @property nothrowSet `w` field. Params: propval = bounding box width
uint h() @property nothrowGet `h` field. Returns: bounding box height
void h(uint propval) @property nothrowSet `h` field. Params: propval = bounding box height
void addParam(gst.structure.Structure s) nothrowAttach 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.
gst.structure.Structure getParam(string name) nothrowRetrieve the parameter for meta having name as structure name, or null if there is none.
Constructors
this(void * ptr, Flag!"Take" take)