MIRACAST_WFD_CONNECTION_STATS structure (netdispumdddi.h)

Contains bit rate info on the Wi-Fi Direct connection.

Syntax

typedef struct {
  UINT64 CurrentBitRate;
  UINT64 LocalMaxBitRate;
  UINT64 RemoteMaxBitRate;
} MIRACAST_WFD_CONNECTION_STATS;

Members

CurrentBitRate

The bit rate, in bits per second, that the operating system recommends that the audio/video encoder uses.

LocalMaxBitRate

The maximum bit rate, in bits per second, that the local Wi-Fi Direct hardware can support.

RemoteMaxBitRate

The maximum bit rate, in bits per second, that the Miracast sink hardware can support.

Requirements

Requirement Value
Minimum supported client Windows 8.1
Minimum supported server Windows Server 2012 R2
Header netdispumdddi.h (include Netdispumdddi.h)