ClientSendFunc
Description:
[ CCode ( cname = "GstRTSPClientSendFunc" , instance_pos = 3.9 ) ]
public delegate bool ClientSendFunc (Client client, Message message, bool close)
public delegate bool ClientSendFunc (Client client, Message message, bool close)
This callback is called when client wants to send message.
When close is true, the connection should be closed when the message has been sent.
Parameters:
| client |
a Client |
| message |
a Message |
| close |
close the connection |
| user_data |
user data when registering the callback |
Returns:
|
true on success. |
Namespace: Gst.RTSPServer
Package: gstreamer-rtsp-server-1.0