MIRACAST_STATISTIC_DATA struttura (netdispumddi.h)
Contiene i dati delle statistiche miracast visualizzati dal driver in modalità utente al sistema operativo.
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;
Members
StatisticType
Tipo di dati delle statistiche dall'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 di protocollo, specificato come valore dell'enumerazione MIRACAST_PROTOCOL_EVENT .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8.1 |
Server minimo supportato | Windows Server 2012 R2 |
Intestazione | netdispumdddi.h (include Netdispumdddi.h) |