Url
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gst_rtsp_url_get_type ()" ) ]
[ Compact ]
[ GIR ( name = "RTSPUrl" ) ]
public class Url
Provides helper functions to handle RTSP urls.
Content:
Static methods:
- public static Result parse (string urlstr, out Url url)
Methods:
- public Url copy ()
Make a copy of this.
- public string[] decode_path_components ()
Splits the path of this on '/'
boundaries, decoding the resulting components,
- public void free ()
Free the memory used by this.
- public Result get_port (out uint16 port)
Get the port number of this.
- public string get_request_uri ()
Get a newly allocated string describing the request URI for
this.
- public string get_request_uri_with_control (string control_path)
Get a newly allocated string describing the request URI for
this combined with the control path for control_path
- public Result set_port (uint16 port)
Set the port number in this to
port
.
Fields: