Dispatcher API Enumeration Reference

API

mfxAccelerationMode

enum mfxAccelerationMode

This enum itemizes hardware acceleration stack to use.

Values:

enumerator MFX_ACCEL_MODE_NA

Hardware acceleration is not applicable.

enumerator MFX_ACCEL_MODE_VIA_D3D9

Hardware acceleration goes through the Microsoft* Direct3D9* infrastructure.

enumerator MFX_ACCEL_MODE_VIA_D3D11

Hardware acceleration goes through the Microsoft* Direct3D11* infrastructure.

enumerator MFX_ACCEL_MODE_VIA_VAAPI

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

mfxImplType

enum mfxImplType

This enum itemizes implementation type.

Values:

enumerator MFX_IMPL_TYPE_SOFTWARE

Pure Software Implementation.

enumerator MFX_IMPL_TYPE_HARDWARE

Hardware Accelerated Implementation.