D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT structure (d3d11_1.h)

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

Requirement Value
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