VideoOverlayComposition.getRectangle

Returns the n-th #GstVideoOverlayRectangle contained in comp.

class VideoOverlayComposition
getRectangle
(
uint n
)

Parameters

n uint

number of the rectangle to get

Return Value

Type: gstvideo.video_overlay_rectangle.VideoOverlayRectangle

the n-th rectangle, or NULL if n is out of bounds. Will not return a new reference, the caller will need to obtain her own reference using gst_video_overlay_rectangle_ref() if needed.