Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how a video frame is interlaced.
Syntax
typedef enum D3D12_VIDEO_FIELD_TYPE {
D3D12_VIDEO_FIELD_TYPE_NONE,
D3D12_VIDEO_FIELD_TYPE_INTERLACED_TOP_FIELD_FIRST,
D3D12_VIDEO_FIELD_TYPE_INTERLACED_BOTTOM_FIELD_FIRST
} ;
Constants
D3D12_VIDEO_FIELD_TYPE_NONEThe frame is progressive. |
D3D12_VIDEO_FIELD_TYPE_INTERLACED_TOP_FIELD_FIRSTThe frame is interlaced. The top field of each frame is displayed first. |
D3D12_VIDEO_FIELD_TYPE_INTERLACED_BOTTOM_FIELD_FIRSTThe frame is interlaced. The bottom field of each frame is displayed first. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12video.h |