Click or drag to resize
FrameEncodersStatus Enumeration

Frame encoder status.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum Status
Members
  Member nameValueDescription
SUPPORTED0

The encoder can be loaded and used by the service.

UNSUPPORTED1

The encoder cannot be loaded by the service (missing RemoteViz codec library or satisfied dependency), or the encoder is not supported by the system (Example: no Nvidia GPU or missing CUDA Toolkit to use H264_NVENC).

INCOMPATIBLE2

The pair (still encoder, interactive encoder) is incompatible.

CLIENT_UNSUPPORTED3

The codec format is not supported by the client (Example: the client does not support H.264 decoding).

Remarks

See Also