Table of Contents

Enum MPEG2DecoderType

Namespace
VisioForge.Core.Types.X.VideoDecoders
Assembly
VisioForge.Core.dll

MPEG-2 decoder type.

public enum MPEG2DecoderType

Fields

FFMPEG = 0

FFmpeg MPEG-2 decoder (software).

GPU_Intel_QSV_MPEG2 = 1

Intel Quick Sync Video (QSV) MPEG-2 decoder (hardware).

GPU_Nvidia_MPEG2 = 2

NVIDIA MPEG-2 decoder (hardware).

VAAPI_MPEG2 = 3

VA-API MPEG-2 decoder for Linux.