Uri.construct
string construct(string protocol, string location)Constructs a URI for a given valid protocol and location.
Free-function: g_free
Parameters
protocol | Protocol for URI |
location | Location for URI |
Returns
a new string for this URI.
Deprecated
Use GstURI instead.