Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFMediaSourceEx::SetD3DManager method

Sets a pointer to the Microsoft DirectX Graphics Infrastructure (DXGI) Device Manager on the media source.

Syntax


HRESULT SetD3DManager(
  [in] IUnknown *pManager
);

Parameters

pManager [in]

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 codeDescription
S_OK

Success.

E_NOTIMPL

The media source does not support source-level attributes.

 

Requirements

Minimum supported client

Windows 8 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 [desktop apps | Windows Store apps]

Header

Mfidl.h

See also

IMFMediaSourceEx

 

 

Show:
© 2017 Microsoft