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.
Describes the width, height, format, and color space of a picture buffer.
Syntax
typedef struct D3D12_VIDEO_SAMPLE {
UINT Width;
UINT Height;
D3D12_VIDEO_FORMAT Format;
} D3D12_VIDEO_SAMPLE;
Members
Width
The width of the sample.
Height
The height of the sample.
Format
A D3D12_VIDEO_FORMAT structure describing the format and colorspace of the sample.
Requirements
Requirement | Value |
---|---|
Header | d3d12video.h |