Table of Contents

Enum MediaFramework

Namespace
VAST.Common
Assembly
VAST.Common.dll

Specifies the media framework used for encoding, decoding, or device access.

public enum MediaFramework

Fields

ASIO = 4

ASIO

Builtin = 0

Default built-in media framework of current OS

CUDA = 8

Umbrella name for Nvidia based video processing frameworks, such as NVENC, CUVID, etc.

DirectShow = 2

DirectShow. Windows specific.

DirectSound = 6

DirectSound. Windows specific.

FFmpeg = 7

FFmpeg

MediaFoundation = 1

Media Foundation. Windows specific.

NDI = 5

NewTek NDI

Unknown = -1

Unknown or non-detectable media framework

WASAPI = 3

Windows Audio Session API. Windows specific.