Gst.RTSPServer.Context – gstreamer-rtsp-server-1.0 Reference Manual
Packages
gstreamer-rtsp-server-1.0
Gst
RTSPServer
Context
get_current
pop_current
push_current
auth
client
conn
factory
media
method
request
response
server
session
sessmedia
stream
token
trans
uri
Context
Object Hierarchy:
Description:
[
CCode
( cname =
"GstRTSPContext"
, has_type_id =
false
) ]
[
GIR
( name =
"RTSPContext"
) ]
public
struct
Context
Information passed around containing the context of a request.
Namespace:
Gst.RTSPServer
Package:
gstreamer-rtsp-server-1.0
Content:
Static methods:
public
static
unowned
Context
?
get_current
()
Get the current
Context
.
Methods:
public
void
pop_current
()
Pops
this
off the context stack ( verifying that
this
is on the top of the stack).
public
void
push_current
()
Pushes
this
onto the context stack.
Fields:
public
unowned
Server
server
public
unowned
Connection
conn
public
unowned
Client
client
public
unowned
Message
request
public
unowned
Url
uri
public
Method
method
public
unowned
Auth
auth
public
unowned
Token
token
public
unowned
Session
session
public
unowned
SessionMedia
sessmedia
public
unowned
MediaFactory
factory
public
unowned
Media
media
public
unowned
Stream
stream
public
unowned
Message
response
public
unowned
StreamTransport
trans