Import line: | GstRtsp = imports.gi.GstRtsp; |
GIR File: | GstRtsp-0.10.gir |
C documentation: | GstRTSPMethod |
Enum : | RTSPMethod |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GstRtsp.RTSPMethod.ANNOUNCE : 2
|
|
Number GstRtsp.RTSPMethod.DESCRIBE : 1
|
|
Number GstRtsp.RTSPMethod.GET : 2048
|
|
Number GstRtsp.RTSPMethod.GET_PARAMETER : 4
|
|
Number GstRtsp.RTSPMethod.INVALID : 0
|
|
Number GstRtsp.RTSPMethod.OPTIONS : 8
|
|
Number GstRtsp.RTSPMethod.PAUSE : 16
|
|
Number GstRtsp.RTSPMethod.PLAY : 32
|
|
Number GstRtsp.RTSPMethod.POST : 4096
|
|
Number GstRtsp.RTSPMethod.RECORD : 64
|
|
Number GstRtsp.RTSPMethod.REDIRECT : 128
|
|
Number GstRtsp.RTSPMethod.SETUP : 256
|
|
Number GstRtsp.RTSPMethod.SET_PARAMETER : 512
|
|
Number GstRtsp.RTSPMethod.TEARDOWN : 1024
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GstRtsp
Method |
Convert method to a GstRTSPMethod.
|
GstRtsp
Method |
Convert method to a string.
|
GstRtsp
Method |
Convert options to a string.
|
GstRtsp.RTSPMessage
Method |
new GstRtsp.RTSPMessage.request
(RTSPMessage msg, RTSPMethod method, String uri)
:
GstRtsp.RTSPMessage
Create a new GstRtsp.RTSPMessage
|
GstRtsp.RTSPMessage
Method |
Initialize msg as a request message with method and uri.
|
GstRtsp.RTSPMessage
Method |
Parse the request message msg and store the values method, uri and value.
|