SDPMessage.asUri

string asUri(string scheme, gstsdp.sdpmessage.SDPMessage 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

schemethe uri scheme
msgthe #GstSDPMessage

Returns

a uri for msg.