SDPMessage.asUri

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.

class SDPMessage
static
string
asUri

Parameters

scheme string

the uri scheme

msg gstsdp.sdpmessage.SDPMessage

the #GstSDPMessage

Return Value

Type: string

a uri for msg.