Back to Seed Clases

GstRtsp


Classes

Interfaces

Structs

Unions

Enums

Enum GstRtsp.RTSPMethod

Import line: GstRtsp = imports.gi.GstRtsp;
GIR File: GstRtsp-0.10.gir
C documentation: GstRTSPMethod
Enum : RTSPMethod
  Show / Hide Inherited methods, properties and signals
The different supported RTSP methods.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstRtsp
Method
GstRtsp.find_method (String method) : GstRtsp.RTSPMethod
Convert method to a GstRTSPMethod.
GstRtsp
Method
GstRtsp.method_as_text (RTSPMethod method) : String
Convert method to a string.
GstRtsp
Method
GstRtsp.options_as_text (RTSPMethod options) : String
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
init_request (RTSPMethod method, String uri) : GstRtsp.RTSPResult
Initialize msg as a request message with method and uri.
GstRtsp.RTSPMessage
Method
parse_request (RTSPMethod method, Array uri, RTSPVersion version) : GstRtsp.RTSPResult
Parse the request message msg and store the values method, uri and value.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:03 GMT+0800 (HKT)