from_string
Description:
[
CCode ( cname =
"gst_rtcp_sdes_name_to_type" ) ]
public static SDESType from_string (
string name)
Convert name
into a GstRTCPSDESType
.
name
is typically a key in a Structure containing SDES items.
Parameters:
Returns:
the SDESType for name or
PRIV when name is a private sdes item.
|