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: 2024.1.2.0 (2024.1.2)
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 H.264 software decoding implementation.

It does not require specific hardware.

INTEL_QUICKSYNC2

Intel QuickSync enables to use an Intel CPU or GPU for H.264 and VP9 hardware accelerated decoding.

It requires compatible hardware and Intel Media SDK. See https://ark.intel.com/ to check the hardware compatibility. This decoder is not supported on macOS.

NVDECODE3

NVIDIA Video Codec enables to use an NVIDIA GPU for H.264 and VP9 hardware accelerated decoding.

It requires compatible hardware and CUDA toolkit 10.1 or higher. See https://developer.nvidia.com/nvidia-video-codec-sdk to check the hardware compatibility. This decoder is not supported on macOS.

VPX4

libvpx is a VP9 software decoding implementation.

It does not require specific hardware.

Remarks