signal callback delegate or function to connect
gstrtp.rtpheader_extension.RTPHeaderExtension callback(uint extId, string extUri, gstrtp.rtpbase_payload.RTPBasePayload rTPBasePayload)
extId the extension id being requested (optional)
extUri the extension URI being requested (optional)
rTPBasePayload the instance the signal is connected to (optional)
Returns the #GstRTPHeaderExtension for ext_id, or null
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to RequestExtension signal.
The returned ext must be configured with the correct ext_id and with the necessary attributes as required by the extension implementation.