gstvideo.video_region_of_interest_meta
Module for [VideoRegionOfInterestMeta] class
Types 1
Extra buffer metadata describing an image region of interest
Fields
GstVideoRegionOfInterestMeta _cInstanceMethods
void * _cPtr() nothrowglib.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)void id(int propval) @property nothrowSet `id` field. Params: propval = identifier of this particular ROIint 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.void x(uint propval) @property nothrowSet `x` field. Params: propval = x component of upper-left cornervoid y(uint propval) @property nothrowSet `y` field. Params: propval = y component of upper-left cornervoid 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.