gst.proxy_pad

Module for [ProxyPad] class

Types 3

Methods
GType _gType() @property
ProxyPad self()Returns `this`, for use in `with` statements.
ProxyPadGidBuilder builder()Get builder for [gst.proxy_pad.ProxyPad] Returns: New builder object
gst.types.FlowReturn chainDefault(gst.pad.Pad pad, gst.object.ObjectWrap parent, gst.buffer.Buffer buffer)Invoke the default chain function of the proxy pad.
gst.types.FlowReturn chainListDefault(gst.pad.Pad pad, gst.object.ObjectWrap parent, gst.buffer_list.BufferList list)Invoke the default chain list function of the proxy pad.
gst.types.FlowReturn getrangeDefault(gst.pad.Pad pad, gst.object.ObjectWrap parent, ulong offset, uint size, out gst.buffer.Buffer buffer)Invoke the default getrange function of the proxy pad.
gst.iterator.Iterator iterateInternalLinksDefault(gst.pad.Pad pad, gst.object.ObjectWrap parent = null)Invoke the default iterate internal links function of the proxy pad.
gst.proxy_pad.ProxyPad getInternal()Get the internal pad of pad. Unref target pad after usage.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gst.proxy_pad.ProxyPad]

Methods