Import line: | GstRtsp = imports.gi.GstRtsp; |
GIR File: | GstRtsp-0.10.gir |
C documentation: | GstRTSPUrl |
Struct : | RTSPUrl |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
abspath : String
|
GstRtsp.RTSPUrl | |
family : GstRtsp.RTSPFamily
|
GstRtsp.RTSPUrl | |
host : String
|
GstRtsp.RTSPUrl | |
passwd : String
|
GstRtsp.RTSPUrl | |
port : Number
|
GstRtsp.RTSPUrl | |
query : String
|
GstRtsp.RTSPUrl | |
transports : GstRtsp.RTSPLowerTrans
|
GstRtsp.RTSPUrl | |
user : String
|
GstRtsp.RTSPUrl |
Method / Constructor | Defined By | |
---|---|---|
new GstRtsp.RTSPUrl
()
Create a new GstRtsp.RTSPUrl
Create a new GstRtsp.RTSPUrl
|
||
copy
()
:
GstRtsp.RTSPUrl
Make a copy of url.
Make a copy of url.
|
GstRtsp.RTSPUrl | |
free
()
:
none
Free the memory used by url.
Free the memory used by url.
|
GstRtsp.RTSPUrl | |
get_port
(Object out_values)
:
GstRtsp.RTSPResult
Get the port number of url.
Get the port number of url.
|
GstRtsp.RTSPUrl | |
get_request_uri
()
:
String
Get a newly allocated string describing the request URI for url.
Get a newly allocated string describing the request URI for url.
|
GstRtsp.RTSPUrl | |
set_port
(Number port)
:
GstRtsp.RTSPResult
Set the port number in url to port.
Set the port number in url to port.
|
GstRtsp.RTSPUrl |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GstRtsp
Method |
Create a newly allocated GstRTSPConnection from url and store it in conn.
|
GstRtsp
Method |
Parse the RTSP urlstr into a newly allocated GstRTSPUrl.
|
GstRtsp.RTSPConnection
Method |
get_url
()
:
GstRtsp.RTSPUrl
Retrieve the URL of the other end of conn.
|
GstRtsp.RTSPExtension
Method |
stream_select
(RTSPUrl url)
:
GstRtsp.RTSPResult
|