D3DWDDM2_0DDI_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT structure (d3d10umddi.h)

D3DWDDM2_0DDI_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT is used to describe behavior hints for the stream.

Syntax

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

Members

Enable

Specifies whether this input stream is enabled. If TRUE, VideoProcessorGetBehaviorHints uses this stream to compute the behavior hints. Otherwise, this stream is not used.

Width

Specifies the width of the input stream.

Height

Specifies the height of the input stream.

Format

Indicates the input format for the specific stream.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header d3d10umddi.h (include D3d10umddi.h)

See also

VideoProcessorGetBehaviorHints