VideoRegionOfInterestMeta

Extra buffer metadata describing an image region of interest

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

_cPtr
void* _cPtr()
addParam
void addParam(gst.structure.Structure s)

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.

getParam
gst.structure.Structure getParam(string name)

Retrieve the parameter for meta having name as structure name, or null if there is none.

Properties

h
uint h [@property getter]

Get h field.

h
uint h [@property setter]

Set h field.

id
int id [@property getter]

Get id field.

id
int id [@property setter]

Set id field.

meta
gst.meta.Meta meta [@property getter]

Get meta field.

parentId
int parentId [@property getter]

Get parentId field.

parentId
int parentId [@property setter]

Set parentId field.

roiType
glib.types.Quark roiType [@property getter]

Get roiType field.

roiType
glib.types.Quark roiType [@property setter]

Set roiType field.

w
uint w [@property getter]

Get w field.

w
uint w [@property setter]

Set w field.

x
uint x [@property getter]

Get x field.

x
uint x [@property setter]

Set x field.

y
uint y [@property getter]

Get y field.

y
uint y [@property setter]

Set y field.

Static functions

getInfo
gst.meta_info.MetaInfo getInfo()