Gst.Pad.prototype.set_getrange_function_full

function set_getrange_function_full(get:Gst.PadGetRangeFunction):void {
    // Gjs wrapper for gst_pad_set_getrange_function_full()
}

Sets the given getrange function for the pad. The getrange function is called to produce a new Gst.Buffer to start the processing pipeline. see Gst.PadGetRangeFunction for a description of the getrange function.

get

the Gst.PadGetRangeFunction to set.