Back to Seed Clases

GstRtsp


Classes

Interfaces

Structs

Unions

Enums

Struct GstRtsp.RTSPMessage

Import line: GstRtsp = imports.gi.GstRtsp;
GIR File: GstRtsp-0.10.gir
C documentation: GstRTSPMessage
Struct : RTSPMessage
  Show / Hide Inherited methods, properties and signals
An RTSP message containing request, response or data messages. Depending on the type, the appropriate structure may be accessed.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GstRtsp.RTSPMessage ()
Create a new GstRtsp.RTSPMessage
Create a new GstRtsp.RTSPMessage
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstRtsp
Method
GstRtsp.message_get_type (RTSPMessage msg) : GstRtsp.RTSPMsgType
Get the message type of msg.
GstRtsp.RTSPConnection
Method
send (RTSPMessage message, TimeVal timeout) : GstRtsp.RTSPResult
Attempt to send message to the connected conn, blocking up to the specified timeout.
GstRtsp.RTSPConnection
Method
receive (RTSPMessage message, TimeVal timeout) : GstRtsp.RTSPResult
Attempt to read into message from the connected conn, blocking up to the specified timeout.
GstRtsp.RTSPExtension
Method
detect_server (RTSPMessage resp) : Boolean
GstRtsp.RTSPExtension
Method
before_send (RTSPMessage req) : GstRtsp.RTSPResult
GstRtsp.RTSPExtension
Method
after_send (RTSPMessage req, RTSPMessage resp) : GstRtsp.RTSPResult
GstRtsp.RTSPExtension
Method
receive_request (RTSPMessage req) : GstRtsp.RTSPResult
GstRtsp.RTSPExtension
Method
GstRtsp.RTSPWatch
Method
send_message (RTSPMessage message, Object out_values) : GstRtsp.RTSPResult
Send a message using the connection of the watch.
GstRtsp.RTSPWatch
Method
queue_message (RTSPMessage message) : Number
Queue a message for transmission in watch.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:03 GMT+0800 (HKT)