url_parse


Description:


[ Version ( replacement = "RTSPUrl.parse" ) ]
public Result url_parse (string urlstr, out Url? url)

Parse the RTSP urlstr into a newly allocated Url.

Free after usage with free.

Parameters:

urlstr

the url string to parse

url

location to hold the result.

Returns:

a Result.


Namespace: Gst.RTSP