RenderAreaListenerOnSendingFrame Method |
Triggered before sending a frame to the client.
Namespace: OIV.RemoteViz.Rendering
public virtual void OnSendingFrame( RenderArea renderArea, Connection sender, out string message )
: the OIV.RemoteViz.Rendering.RenderArea of the OIV.RemoteViz.Rendering.Connection
: the connection that will send the frame to the client
: This value can be modified to attach a text message to the frame. Default value is an empty string. This message can be retrieved from the client listeners: onReceivedFrame and onDecodedFrame.
The sending frame can be retrieved using (). IMPORTANT: This callback is executed in a separate thread for each connection sending a frame.