gst.proxy_pad
Module for [ProxyPad] class
Types 3
classProxyPad : gst.pad.Pad
Methods
ProxyPadGidBuilder builder()Get builder for [gst.proxy_pad.ProxyPad] Returns: New builder objectgst.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.classProxyPadGidBuilderImpl(T) : gst.pad.PadGidBuilderImpl!T