Uri.construct

string construct(string protocol, string location)

Constructs a URI for a given valid protocol and location.

Free-function: g_free

Parameters

protocolProtocol for URI
locationLocation for URI

Returns

a new string for this URI.

Deprecated

Use GstURI instead.