Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets a pointer to the Microsoft DirectX Graphics Infrastructure (DXGI) Device Manager on the media source.
Syntax
HRESULT SetD3DManager(
[in] IUnknown *pManager
);
Parameters
[in] pManager
A pointer to the IUnknown interface of the DXGI Manager. The media source should query this pointer for the IMFDXGIDeviceManager interface.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
The media source does not support source-level attributes. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | mfidl.h |