message_as_uri


Description:


[ Version ( replacement = "SDPMessage.as_uri" ) ]
public string message_as_uri (string scheme, Message msg)

Creates a uri from msg with the given scheme.

The uri has the format:

\scheme:///[#type=value *[&type=value]]

Where each value is url encoded.

Parameters:

scheme

the uri scheme

msg

the Message

Returns:

a uri for msg.


Namespace: Gst.SDP