// d3dukmdt.h
typedef struct {
DXGK_MIRACAST_CHUNK_TYPE ChunkType;
DXGK_MIRACAST_CHUNK_ID ChunkId;
UINT ProcessingTime;
UINT EncodeRate;
} DXGK_MIRACAST_CHUNK_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
Contains info about a specified wireless display (Miracast) encode chunk.
ChunkTypeThe type of chunk that is to be processed, specified as a DXGK_MIRACAST_CHUNK_TYPE enumeration value.
ChunkIdThe identifier for this chunk, of type DXGK_MIRACAST_CHUNK_ID.
ProcessingTimeThe time, in microseconds, that it took to process this chunk.
EncodeRateThe encode bit rate, in kilobits per second, that the display miniport driver reported for this chunk.