| FrameEncodersStatus Enumeration |
Frame encoder status.
Namespace: OIV.RemoteViz.Rendering
| Member name | Value | Description | |
|---|---|---|---|
| SUPPORTED | 0 | The encoder can be loaded and used by the service. | |
| UNSUPPORTED | 1 | 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). | |
| INCOMPATIBLE | 2 | The pair (still encoder, interactive encoder) is incompatible. | |
| CLIENT_UNSUPPORTED | 3 | The codec format is not supported by the client (Example: the client does not support H.264 decoding). |