IMFDXGIDeviceManager Interface

Enables two threads to share the same Microsoft Direct3D 11 device.

Syntax

interface IMFDXGIDeviceManager : public IUnknown  

Remarks

This interface is exposed by the Microsoft DirectX Graphics Infrastructure (DXGI) Device Manager. To create the Microsoft DirectX Graphics Infrastructure (DXGI) Device Manager, call the MFCreateDXGIDeviceManager function.

For Microsoft Direct3D 9 devices, use the IDirect3DDeviceManager9 interface.

Microsoft Store apps must use IMFDXGIDeviceManager and Direct3D 11 Video APIs.

Requirements

Header: Declared in mfobjects.h (include mfidl.h).