VideoRegionOfInterestMeta

Extra buffer metadata describing an image region of interest

Constructors

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

Members

Functions

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.

cPtr
void* cPtr()
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 field h.

h
uint h [@property setter]

Set field h.

id
int id [@property getter]

Get field id.

id
int id [@property setter]

Set field id.

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

Get field meta.

parentId
int parentId [@property getter]

Get field parentId.

parentId
int parentId [@property setter]

Set field parentId.

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

Get field roiType.

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

Set field roiType.

w
uint w [@property getter]

Get field w.

w
uint w [@property setter]

Set field w.

x
uint x [@property getter]

Get field x.

x
uint x [@property setter]

Set field x.

y
uint y [@property getter]

Get field y.

y
uint y [@property setter]

Set field y.

Static functions

getInfo
gst.meta_info.MetaInfo getInfo()