estrutura MIRACAST_WFD_CONNECTION_STATS (netdispumdddi.h)
Contém informações de taxa de bits no Wi-Fi conexão direta.
Sintaxe
typedef struct {
UINT64 CurrentBitRate;
UINT64 LocalMaxBitRate;
UINT64 RemoteMaxBitRate;
} MIRACAST_WFD_CONNECTION_STATS;
Membros
CurrentBitRate
A taxa de bits, em bits por segundo, que o sistema operacional recomenda que o codificador de áudio/vídeo use.
LocalMaxBitRate
A taxa máxima de bits, em bits por segundo, à qual o hardware local Wi-Fi Direct pode dar suporte.
RemoteMaxBitRate
A taxa máxima de bits, em bits por segundo, à qual o hardware do coletor Miracast pode dar suporte.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows 8.1 |
Servidor mínimo com suporte | Windows Server 2012 R2 |
Cabeçalho | netdispumdddi.h (inclua Netdispumdddi.h) |