MIRACAST_STATISTIC_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netdispumdddi-miracast_statistic_data)

MIRACAST_STATISTIC_DATA structure

Description

Contains Miracast statistics data that the user-mode display driver reports to the operating system.

Members

StatisticType

The type of statistics data from the MIRACAST_STATISTIC_TYPE enumeration.

EncodeComplete

EncodeComplete.ChunkInfo

A MIRACAST_CHUNK_INFO structure that provides info about an encode chunk that is identified by the ChunkId member.

ChunkSent

ChunkSent.ChunkId

The identifier for this chunk, of type MIRACAST_CHUNK_ID.

ProtocolEvent

ProtocolEvent.Event

The type of protocol event, given as a value of the MIRACAST_PROTOCOL_EVENT enumeration.

See also

MIRACAST_CHUNK_ID

MIRACAST_CHUNK_INFO

MIRACAST_PROTOCOL_EVENT

MIRACAST_STATISTIC_TYPE