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.

D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT structure

Provides information about the input streams passed into the ID3DVideoContext1::VideoProcessorGetBehaviorHints method.

Syntax


typedef struct D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT {
  BOOL        Enable;
  UINT        Width;
  UINT        Height;
  DXGI_FORMAT Format;
} D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT;

Members

Enable

A value indicating whether this input stream should be used to compute behavior hints. Set to true if the stream should be used to compute behavior hints; otherwise, set to false.

Width

The width of the input stream.

Height

The height of the input stream.

Format

The format of the input stream.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

D3d11_1.h

See also

Direct3D 11 Video Structures

 

 

Show:
© 2017 Microsoft