MIRACAST_STATISTIC_DATA structure (netdispumdddi.h)
Contient des données de statistiques Miracast que le pilote d’affichage en mode utilisateur signale au système d’exploitation.
Syntaxe
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;
Membres
StatisticType
Type de données statistiques de l’énumération MIRACAST_STATISTIC_TYPE .
EncodeComplete
EncodeComplete.ChunkInfo
Structure MIRACAST_CHUNK_INFO qui fournit des informations sur un bloc d’encodage identifié par le membre ChunkId .
ChunkSent
ChunkSent.ChunkId
Identificateur de ce bloc, de type MIRACAST_CHUNK_ID.
ProtocolEvent
ProtocolEvent.Event
Type d’événement de protocole, donné comme valeur de l’énumération MIRACAST_PROTOCOL_EVENT .
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8.1 |
Serveur minimal pris en charge | Windows Server 2012 R2 |
En-tête | netdispumdddi.h (inclure Netdispumdddi.h) |