SoRemoteVizClientVideoDecoderType Enumeration |
Video decoder values.
Namespace: OIV.RemoteViz.Clients.Nodes
Member name | Value | Description | |
---|---|---|---|
NONE | 0 | The video decoder is not yet initialized or the streaming mode is not StreamingMode.VIDEO. | |
OPENH264 | 1 | OpenH264 is a software decoding implementation. It does not require specific hardware. | |
INTEL_QUICKSYNC | 2 | Intel QuickSync enables to use an Intel CPU or GPU for hardware accelerated decoding. It requires compatible hardware and Intel Media SDK. See https://ark.intel.com/ to check the hardware compatibility. This decoder is only supported with MSVC 2013 and later on Windows and GCC 4.8 and later on Linux (no macOS support). | |
NVDECODE | 3 | NVIDIA Video Codec enables to use an NVIDIA GPU for hardware accelerated decoding. It requires compatible hardware and CUDA toolkit 8.0. See https://developer.nvidia.com/nvidia-video-codec-sdk to check the hardware compatibility. This decoder is not supported on macOS and 32-bit platforms. |