Back to Seed Clases

GstRtsp


Classes

Interfaces

Structs

Unions

Enums

Struct GstRtsp.RTSPConnection

Import line: GstRtsp = imports.gi.GstRtsp;
GIR File: GstRtsp-0.10.gir
C documentation: GstRTSPConnection
Struct : RTSPConnection
  Show / Hide Inherited methods, properties and signals
Opaque RTSP connection object.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstRtsp
Method
GstRtsp.connection_accept (Number sock, RTSPConnection conn) : GstRtsp.RTSPResult
Accept a new connection on sock and create a new GstRTSPConnection for handling communication on new socket.
GstRtsp
Method
GstRtsp.connection_create (RTSPUrl url, RTSPConnection conn) : GstRtsp.RTSPResult
Create a newly allocated GstRTSPConnection from url and store it in conn.
GstRtsp
Method
GstRtsp.connection_create_from_fd (Number fd, String ip, Number port, String initial_buffer, RTSPConnection conn) : GstRtsp.RTSPResult
Create a new GstRTSPConnection for handling communication on the existing file descriptor fd.
GstRtsp.RTSPWatch
Method
new GstRtsp.RTSPWatch.c_new (RTSPConnection conn, RTSPWatchFuncs funcs, void* user_data, Function notify) : GstRtsp.RTSPWatch
Create a new GstRtsp.RTSPWatch
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:03 GMT+0800 (HKT)