Expand Minimize
This topic has not yet been rated - Rate this topic

VideoProcessorSetStreamFrameFormat function

Specifies whether an input stream on the video processor contains interlaced or progressive frames.

Syntax


VOID APIENTRY* VideoProcessorSetStreamFrameFormat(
  _In_  D3D10DDI_HDEVICE hDevice,
  _In_  D3D11_1DDI_HVIDEOPROCESSOR hVideoProcessor,
  _In_  UINT StreamIndex,
  _In_  D3D11_1DDI_VIDEO_FRAME_FORMAT Format
);

Parameters

hDevice [in]

A handle to the display device (graphics context).

hVideoProcessor [in]

A handle to the video processor object that was created through a call to the CreateVideoProcessor function.

StreamIndex [in]

The zero-based index of the input stream.

Format [in]

A D3D11_1DDI_VIDEO_FRAME_FORMAT value that specifies the frame format.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

D3d10umddi.h (include D3d10umddi.h)

See also

CreateVideoProcessor
D3D11_1DDI_VIDEO_FRAME_FORMAT

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.