Gst.Pad.prototype.set_chain_function_full

function set_chain_function_full(chain:Gst.PadChainFunction):void {
    // Gjs wrapper for gst_pad_set_chain_function_full()
}

Sets the given chain function for the pad. The chain function is called to process a Gst.Buffer input buffer. see Gst.PadChainFunction for more details.

chain

the Gst.PadChainFunction to set.