Back to Seed Clases

GstRtsp


Classes

Interfaces

Structs

Unions

Enums

Enum GstRtsp.RTSPStatusCode

Import line: GstRtsp = imports.gi.GstRtsp;
GIR File: GstRtsp-0.10.gir
C documentation: GstRTSPStatusCode
Enum : RTSPStatusCode
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstRtsp
Method
GstRtsp.status_as_text (RTSPStatusCode code) : String
Convert code to a string.
GstRtsp.RTSPMessage
Method
new GstRtsp.RTSPMessage.response (RTSPMessage msg, RTSPStatusCode code, String reason, RTSPMessage request) : GstRtsp.RTSPMessage
Create a new GstRtsp.RTSPMessage
GstRtsp.RTSPMessage
Method
init_response (RTSPStatusCode code, String reason, RTSPMessage request) : GstRtsp.RTSPResult
Initialize msg with code and reason.
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)