Click or drag to resize
EncodedFrameIsInteractive Method

Returns if an user interaction is in progress when the frame has been encoded.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool IsInteractive()

Return Value

Type: Boolean

true if the frame is interactive

Remarks

If the frame is interactive, the frame has been encoded with the interactive frame encoder and a quality adapted to the network bandwidth. Otherwise (the frame is still), the frame has been encoded with the still frame encoder and the best available quality.

See Also