Condividi tramite


struttura MIRACAST_STATISTIC_DATA (netdispumdddi.h)

Contiene i dati delle statistiche Miracast segnalati dal driver in modalità utente al sistema operativo.Contains Miracast statistics data that the user-mode display driver reports to the operating system.

Sintassi

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;

Membri

StatisticType

Tipo di dati statistici dell'enumerazione MIRACAST_STATISTIC_TYPE.

EncodeComplete

EncodeComplete.ChunkInfo

Struttura MIRACAST_CHUNK_INFO che fornisce informazioni su un blocco di codifica identificato dal membro ChunkId.

ChunkSent

ChunkSent.ChunkId

Identificatore per questo blocco di tipo MIRACAST_CHUNK_ID.

ProtocolEvent

ProtocolEvent.Event

Tipo di evento del protocollo, dato come valore dell'enumerazione MIRACAST_PROTOCOL_EVENT.

Fabbisogno

Requisito Valore
client minimo supportato Windows 8.1
server minimo supportato Windows Server 2012 R2
intestazione netdispumdddi.h (include Netdispumddi.h)

Vedere anche

MIRACAST_CHUNK_ID

MIRACAST_CHUNK_INFO

MIRACAST_PROTOCOL_EVENT

MIRACAST_STATISTIC_TYPE