// netdispumdddi.h
typedef struct {
MIRACAST_CHUNK_TYPE ChunkType;
MIRACAST_CHUNK_ID ChunkId;
UINT ProcessingTime;
UINT EncodeRate;
} 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 MIRACAST_CHUNK_TYPE enumeration value.
ChunkIdThe identifier for this chunk, of type MIRACAST_CHUNK_ID.
ProcessingTimeThe time, in microseconds, that it took to process this chunk.
EncodeRateThe encode bit rate, in kilobits per second, that the user-mode driver reported for this chunk.