Back to Seed Clases

GstRtsp


Classes

Interfaces

Structs

Unions

Enums

Enum GstRtsp.RTSPVersion

Import line: GstRtsp = imports.gi.GstRtsp;
GIR File: GstRtsp-0.10.gir
C documentation: GstRTSPVersion
Enum : RTSPVersion
  Show / Hide Inherited methods, properties and signals
The supported RTSP versions.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstRtsp
Method
GstRtsp.version_as_text (RTSPVersion version) : String
Convert version to a string.
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.
GstRtsp.RTSPMessage
Method
parse_response (RTSPStatusCode code, Array reason, RTSPVersion version) : GstRtsp.RTSPResult
Parse the response message msg and store the values code, reason and value.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:03 GMT+0800 (HKT)