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 |
|
See also