Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.64 KB

mf-sink-writer-d3d-manager.md

File metadata and controls

56 lines (31 loc) · 1.64 KB
description ms.assetid title ms.topic ms.date
Contains a pointer to the DXGI Device Manager for the Sink Writer.
0328FC02-2D32-480B-BB03-9C78BF317AF5
MF_SINK_WRITER_D3D_MANAGER attribute (Mfreadwrite.h)
reference
05/31/2018

MF_SINK_WRITER_D3D_MANAGER attribute

Contains a pointer to the DXGI Device Manager for the Sink Writer.

Data type

IMFDXGIDeviceManager* stored as IUnknown*

Remarks

The value of this attribute is a pointer to the IMFDXGIDeviceManager interface.

Use this attribute to provide a Direct3D device for any video encoders or media sinks loaded by the Sink Writer.

Use this attribute with the following functions:

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps | UWP apps]
Minimum supported server
Windows Server 2012 [desktop apps | UWP apps]
Header
Mfreadwrite.h

See also

Alphabetical List of Media Foundation Attributes

Sink Writer