Click or drag to resize
RenderAreaListenerOnInitializedConnection Method

Triggered when the connection and the frame encoders are initialized successfully.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual void OnInitializedConnection(
	RenderArea renderArea,
	Connection sender,
	FrameEncoders frameEncoders
)

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