ProxyPad.getrangeDefault

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.

Parameters

pada src #GstPad, returns #GST_FLOW_ERROR if not.
parentthe parent of pad
offsetThe start offset of the buffer
sizeThe length of the buffer
buffera pointer to hold the #GstBuffer, returns #GST_FLOW_ERROR if null.

Returns

a #GstFlowReturn from the pad.