Dispatcher API Enumeration Reference

API

mfxAccelerationMode

enum mfxAccelerationMode

This enum itemizes hardware acceleration stack to use.

Values:

enumerator MFX_ACCEL_MODE_NA = 0

Hardware acceleration is not applicable.

enumerator MFX_ACCEL_MODE_VIA_D3D9 = 0x0200

Hardware acceleration goes through the Microsoft* Direct3D9* infrastructure.

enumerator MFX_ACCEL_MODE_VIA_D3D11 = 0x0300

Hardware acceleration goes through the Microsoft* Direct3D11* infrastructure.

enumerator MFX_ACCEL_MODE_VIA_VAAPI = 0x0400

Hardware acceleration goes through the Linux* VA-API infrastructure.

mfxImplType

enum mfxImplType

This enum itemizes implementation type.

Values:

enumerator MFX_IMPL_TYPE_SOFTWARE = 0x0001

Pure Software Implementation.

enumerator MFX_IMPL_TYPE_HARDWARE = 0x0002

Hardware Accelerated Implementation.