Function gstreamer_rtp::functions::rtcp_sdes_type_to_name[][src]

pub fn rtcp_sdes_type_to_name(type_: RTCPSDESType) -> Option<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_