// d3d10umddi.h
PFND3DWDDM2_0DDI_VIDEOPROCESSORSETSTREAMMIRROR Pfnd3dwddm20DdiVideoprocessorsetstreammirror;
VOID Pfnd3dwddm20DdiVideoprocessorsetstreammirror(
D3D10DDI_HDEVICE hDevice,
D3D11_1DDI_HVIDEOPROCESSOR hVideoProcessor,
UINT StreamIndex,
BOOL Enable,
BOOL FlipHorizontal,
BOOL FlipVertical
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Indicates whether the stream should be flipped vertically or horizontally. Optional for Windows Display Driver Model (WDDM) 2.0, or later, drivers.
hDeviceA handle to the display device (graphics context). The Direct3D runtime passed the user-mode driver this handle as the hDevice member of the D3DDDIARG_CREATEDEVICE structure at device creation.
hVideoProcessorHandle to the video processor object.
StreamIndexIndicates the input stream.
EnableIndicates whether mirroring support is enabled or disabled.
FlipHorizontalIndicates whether the input stream should be flipped horizontally.
Note This should be ignored when Enable is FALSE.
FlipVerticalIndicates whether the input stream should be flipped vertically.
Note This should be ignored when Enable is FALSE.
Operations are conceptually applied in the following order: