VideoOverlay.setProperty

This helper shall be used by classes implementing the #GstVideoOverlay interface that want the render rectangle to be controllable using properties. This helper will parse and set the render rectangle calling gst_video_overlay_set_render_rectangle().

class VideoOverlay
static
bool
setProperty

Parameters

object ObjectG

The instance on which the property is set

lastPropId int

The highest property ID.

propertyId uint

The property ID

value Value

The #GValue to be set

Return Value

Type: bool

%TRUE if the @property_id matches the GstVideoOverlay property

Since 1.14

Meta