Create a rtspurl.RTSPUrl boxed type.
Make a copy of url.
Splits the path of url on '/' boundaries, decoding the resulting components,
Get the port number of url.
Get a newly allocated string describing the request URI for url.
Get a newly allocated string describing the request URI for url combined with the control path for control_path
Returns this, for use in with statements.
Set the port number in url to port.
Get field abspath.
Set field abspath.
Get field family.
Set field family.
Get field host.
Set field host.
Get field passwd.
Set field passwd.
Get field port.
Set field port.
Get field query.
Set field query.
Get field transports.
Set field transports.
Get field user.
Set field user.
Parse the RTSP urlstr into a newly allocated #GstRTSPUrl. Free after usage with gstrtsp.rtspurl.RTSPUrl.free.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Provides helper functions to handle RTSP urls.