RenderAreaListenerOnInitializedConnection Method |
Triggered when the connection and the frame encoders are initialized successfully.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual void OnInitializedConnection(
RenderArea renderArea,
Connection sender,
FrameEncoders frameEncoders
)
Public Overridable Sub OnInitializedConnection (
renderArea As RenderArea,
sender As Connection,
frameEncoders As FrameEncoders
)
public:
virtual void OnInitializedConnection(
RenderArea^ renderArea,
Connection^ sender,
FrameEncoders^ frameEncoders
)
abstract OnInitializedConnection :
renderArea : RenderArea *
sender : Connection *
frameEncoders : FrameEncoders -> unit
override OnInitializedConnection :
renderArea : RenderArea *
sender : Connection *
frameEncoders : FrameEncoders -> unit
Parameters
- renderArea
- Type: OIV.RemoteViz.RenderingRenderArea
: pointer to the RenderArea
- sender
- Type: OIV.RemoteViz.RenderingConnection
: pointer to the connection
- frameEncoders
- Type: OIV.RemoteViz.RenderingFrameEncoders
: frame encoders that have been initialized by the connection
Remarks
See Also