Click or drag to resize
ConnectionSettingsIsSupportedEncoders Method

Returns if encoders are supported by the host.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool IsSupportedEncoders(
	FrameEncoders frameEncoders
)

Parameters

frameEncoders
Type: OIV.RemoteViz.RenderingFrameEncoders

: frame encoders

Return Value

Type: Boolean

true if supported, if not, the status of encoders explain the reason

Remarks

See Also