Function gstreamer_rtp::functions::rtp_get_header_extension_list [−][src]
pub fn rtp_get_header_extension_list() -> Vec<ElementFactory>
This is supported on crate feature
v1_20 only.Expand description
Retrieve all the factories of the currently registered RTP header
extensions. Call ElementFactory::create() with each factory to create
the associated RTPHeaderExtension.
Returns
a GList of
gst::ElementFactory’s. Use gst_plugin_feature_list_free() after use