DXGK_MIRACAST_CHUNK_INFO structure (d3dukmdt.h)
Contains info about a specified wireless display (Miracast) encode chunk.
Syntax
typedef struct {
DXGK_MIRACAST_CHUNK_TYPE ChunkType;
DXGK_MIRACAST_CHUNK_ID ChunkId;
UINT ProcessingTime;
UINT EncodeRate;
} DXGK_MIRACAST_CHUNK_INFO;
Members
ChunkType
The type of chunk that is to be processed, specified as a DXGK_MIRACAST_CHUNK_TYPE enumeration value.
ChunkId
The identifier for this chunk, of type DXGK_MIRACAST_CHUNK_ID.
ProcessingTime
The time, in microseconds, that it took to process this chunk.
EncodeRate
The encode bit rate, in kilobits per second, that the display miniport driver reported for this 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) |