Gst.RTSP.Url – gstreamer-rtsp-1.0 Reference Manual
Packages
gstreamer-rtsp-1.0
Gst
RTSP
Url
parse
copy
decode_path_components
free
get_port
get_request_uri
get_request_uri_with_control
set_port
abspath
family
host
passwd
port
query
transports
user
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.
Namespace:
Gst.RTSP
Package:
gstreamer-rtsp-1.0
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:
public
unowned
string
abspath
public
Family
family
public
unowned
string
host
public
unowned
string
passwd
public
uint16
port
public
unowned
string
query
public
LowerTrans
transports
public
unowned
string
user