Import line: | GstRtsp = imports.gi.GstRtsp; |
GIR File: | GstRtsp-0.10.gir |
C documentation: | GstRTSPWatch |
Struct : | RTSPWatch |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
new GstRtsp.RTSPWatch.c_new
(RTSPConnection conn, RTSPWatchFuncs funcs, void* user_data, Function notify)
:
GstRtsp.RTSPWatch
Create a new GstRtsp.RTSPWatch
Create a new GstRtsp.RTSPWatch
|
||
attach
(MainContext context)
:
Number
Adds a GstRTSPWatch to a context so that it will be executed within that context.
Adds a GstRTSPWatch to a context so that it will be executed within that context.
|
GstRtsp.RTSPWatch | |
Queue data for transmission in watch.
Queue data for transmission in watch. It will be transmitted when the connection of the watch becomes writable. This function will take ownership of data and g_free() it after use. The return value of this function will be used as the id argument in the message_sent callback.
|
GstRtsp.RTSPWatch | |
queue_message
(RTSPMessage message)
:
Number
Queue a message for transmission in watch.
Queue a message for transmission in watch. The contents of this message will be serialized and transmitted when the connection of the The return value of this function will be used as the id argument in the message_sent callback.
|
GstRtsp.RTSPWatch | |
reset
()
:
none
Reset watch, this is usually called after gst_rtsp_connection_do_tunnel() when the file descriptors of the connection might have changed.
Reset watch, this is usually called after gst_rtsp_connection_do_tunnel() when the file descriptors of the connection might have changed.
|
GstRtsp.RTSPWatch | |
Send a message using the connection of the watch.
Send a message using the connection of the watch. If it cannot be sent immediately, it will be queued for transmission in watch. The contents of callback.
|
GstRtsp.RTSPWatch | |
Write data using the connection of the watch.
Write data using the connection of the watch. If it cannot be sent immediately, it will be queued for transmission in watch. The contents of callback. This function will take ownership of data and g_free() it after use.
|
GstRtsp.RTSPWatch |
None |