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.
Stores info that identifies a wireless display (Miracast) encode chunk.
Syntax
typedef union {
struct {
UINT64 FrameNumber : 40;
UINT64 PartNumber : 24;
};
UINT64 Value;
} DXGK_MIRACAST_CHUNK_ID;
Members
FrameNumber
The number of the encoded Wi-Fi frame.
PartNumber
The frame part number.
Value
Holds a 64-bit value that identifies the encode chunk.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 |
| Minimum supported server | Windows Server 2012 R2 |
| Header | d3dukmdt.h (include D3dukmdt.h, D3dkmddi.h) |