pub fn rtcp_sdes_name_to_type(name: &str) -> RTCPSDESType
Expand description

Convert name into a RTCPSDESType. name is typically a key in a gst::Structure containing SDES items.

§name

a SDES name

§Returns

the RTCPSDESType for name or RTCPSDESType::Priv when name is a private sdes item.