[ CCode ( cname = "GstRTSPClientSendFunc" , instance_pos = 3.9 ) ]
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.
client |
a Client |
message |
a Message |
close |
close the connection |
user_data |
user data when registering the callback |
true on success. |