// d3d10umddi.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
D3DWDDM2_0DDI_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT is used to describe behavior hints for the stream.
EnableSpecifies whether this input stream is enabled. If TRUE, VideoProcessorGetBehaviorHints uses this stream to compute the behavior hints. Otherwise, this stream is not used.
WidthSpecifies the width of the input stream.
HeightSpecifies the height of the input stream.
FormatIndicates the input format for the specific stream.
VideoProcessorGetBehaviorHints