[ CCode ( cname = "GstRTSPClientSendMessagesFunc" , instance_pos = 3.9 ) ]
[ Version ( since = "1.16" ) ]
public delegate bool ClientSendMessagesFunc (Client client, Message[] messages, bool close)
This callback is called when client
wants to send messages
.
When close
is true, the connection should be closed when the message has been sent.
client |
a Client |
messages |
Message |
close |
close the connection |
n_messages |
number of messages |
user_data |
user data when registering the callback |
true on success. |