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
pad | a src #GstPad, returns #GST_FLOW_ERROR if not. |
parent | the parent of pad |
offset | The start offset of the buffer |
size | The length of the buffer |
buffer | a pointer to hold the #GstBuffer, returns #GST_FLOW_ERROR if null. |
Returns
a #GstFlowReturn from the pad.