gstvideo.video_crop_meta

Module for [VideoCropMeta] class

Types 1

Extra buffer metadata describing image cropping.

Fields
GstVideoCropMeta _cInstance
Methods
void * _cPtr()
gst.meta.Meta meta() @propertyGet `meta` field. Returns: parent #GstMeta
uint x() @propertyGet `x` field. Returns: the horizontal offset
void x(uint propval) @propertySet `x` field. Params: propval = the horizontal offset
uint y() @propertyGet `y` field. Returns: the vertical offset
void y(uint propval) @propertySet `y` field. Params: propval = the vertical offset
uint width() @propertyGet `width` field. Returns: the cropped width
void width(uint propval) @propertySet `width` field. Params: propval = the cropped width
uint height() @propertyGet `height` field. Returns: the cropped height
void height(uint propval) @propertySet `height` field. Params: propval = the cropped height
Constructors
this(void * ptr, Flag!"Take" take)