getrange_default
function getrange_default(pad:Gst.Pad, parent:Gst.Object, offset:Number, size:Number):Gst.FlowReturn { // Gjs wrapper for gst_proxy_pad_getrange_default() }
Invoke the default getrange function of the proxy pad.
- pad
a src Gst.Pad, returns #GST_FLOW_ERROR if not.
- parent
the parent of pad
- offset
The start offset of the buffer
- size
The length of the buffer
- Returns
a Gst.FlowReturn from the pad.