Click or drag to resize
SoRemoteVizClientVideoDecoderType Enumeration

Video decoder values.

Namespace: OIV.RemoteViz.Clients.Nodes
Assembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum VideoDecoderType
Members
  Member nameValueDescription
NONE0

The video decoder is not yet initialized or the streaming mode is not StreamingMode.VIDEO.

OPENH2641

OpenH264 is a software decoding implementation.

It does not require specific hardware.

INTEL_QUICKSYNC2

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).

NVDECODE3

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.

Remarks