// d3d10umddi.h
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFRAMEFORMAT Pfnd3d111DdiVideoprocessorsetstreamframeformat;
VOID Pfnd3d111DdiVideoprocessorsetstreamframeformat(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_HVIDEOPROCESSOR unnamedParam2,
UINT unnamedParam3,
D3D11_1DDI_VIDEO_FRAME_FORMAT unnamedParam4
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Specifies whether an input stream on the video processor contains interlaced or progressive frames.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2hVideoProcessor [in]
A handle to the video processor object that was created through a call to the CreateVideoProcessor function.
unnamedParam3StreamIndex [in]
The zero-based index of the input stream.
unnamedParam4Format [in]
A D3D11_1DDI_VIDEO_FRAME_FORMAT value that specifies the frame format.