gstvideo.video_aggregator_pad

Module for [VideoAggregatorPad] class

Types 3

Methods
GType _gType() @property
VideoAggregatorPad self()Returns `this`, for use in `with` statements.
VideoAggregatorPadGidBuilder builder()Get builder for [gstvideo.videoaggregatorpad.VideoAggregatorPad] Returns: New builder object
ulong maxLastBufferRepeat() @property
void maxLastBufferRepeat(ulong propval) @property
bool repeatAfterEos() @property
void repeatAfterEos(bool propval) @property
uint zorder() @property
void zorder(uint propval) @property
gst.buffer.Buffer getCurrentBuffer()Returns the currently queued buffer that is going to be used for the current output frame.
gstvideo.video_frame.VideoFrame getPreparedFrame()Returns the currently prepared video frame that has to be aggregated into the current output frame.
bool hasCurrentBuffer()Checks if the pad currently has a buffer queued that is going to be used for the current output frame.
void setNeedsAlpha(bool needsAlpha)Allows selecting that this pad requires an output format with alpha
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gstvideo.video_aggregator_pad.VideoAggregatorPad]