pub fn rtcp_sdes_type_to_name(type_: RTCPSDESType) -> GString
Expand description

Converts type_ to the string equivalent. The string is typically used as a key in a gst::Structure containing SDES items.

§type_

a RTCPSDESType

§Returns

the string equivalent of type_