VideoOverlayComposition.this

Creates a new video overlay composition object to hold one or more overlay rectangles.

Note that since 1.20 this allows to pass null for rectangle.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gstvideo.video_overlay_rectangle.VideoOverlayRectangle rectangle)
    class VideoOverlayComposition

Parameters

rectangle gstvideo.video_overlay_rectangle.VideoOverlayRectangle

a #GstVideoOverlayRectangle to add to the composition

Return Value

a new #GstVideoOverlayComposition. Unref with gst_video_overlay_composition_unref() when no longer needed.