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: 10.12.3.0 (10.12.3.0)
Syntax
public virtual void OnInitializedConnection(
	RenderArea renderArea,
	Connection sender,
	FrameEncoders frameEncoders
)

Parameters

renderArea
Type: OIV.RemoteViz.RenderingRenderArea

: the OIV.RemoteViz.Rendering.RenderArea requested by the connection

sender
Type: OIV.RemoteViz.RenderingConnection

: the OIV.RemoteViz.Rendering.Connection

frameEncoders
Type: OIV.RemoteViz.RenderingFrameEncoders

: frame encoders that have been initialized by the connection

Remarks

Use the OIV.RemoteViz.Rendering.FrameEncoders object to query which frame encoders will actually be used.

See Also