// netdispumdddi.h
typedef struct {
MIRACAST_STATISTIC_TYPE StatisticType;
union {
struct {
MIRACAST_CHUNK_INFO ChunkInfo;
} EncodeComplete;
struct {
MIRACAST_CHUNK_ID ChunkId;
} ChunkSent;
struct {
MIRACAST_PROTOCOL_EVENT Event;
} ProtocolEvent;
};
} MIRACAST_STATISTIC_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
Contains Miracast statistics data that the user-mode display driver reports to the operating system.
StatisticTypeThe type of statistics data from the MIRACAST_STATISTIC_TYPE enumeration.
EncodeCompleteEncodeComplete.ChunkInfoA MIRACAST_CHUNK_INFO structure that provides info about an encode chunk that is identified by the ChunkId member.
ChunkSentChunkSent.ChunkIdThe identifier for this chunk, of type MIRACAST_CHUNK_ID.
ProtocolEventProtocolEvent.EventThe type of protocol event, given as a value of the MIRACAST_PROTOCOL_EVENT enumeration.