RTP header extensions provided in the src caps, saving the application the need to handle these extensions manually using the GstRTPBasePayload::request-extension: signal.
RTPBasePayload.autoHeaderExtension
bool autoHeaderExtension() @propertyGet autoHeaderExtension property.
Returns
If enabled, the payloader will automatically try to enable all the
void autoHeaderExtension(bool propval) @propertySet autoHeaderExtension property.
Parameters
propval | If enabled, the payloader will automatically try to enable all the RTP header extensions provided in the src caps, saving the application the need to handle these extensions manually using the GstRTPBasePayload::request-extension: signal. |