MIRACAST_WFD_CONNECTION_STATS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netdispumdddi.h

typedef struct {
  UINT64 CurrentBitRate;
  UINT64 LocalMaxBitRate;
  UINT64 RemoteMaxBitRate;
} MIRACAST_WFD_CONNECTION_STATS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netdispumdddi-miracast_wfd_connection_stats)

MIRACAST_WFD_CONNECTION_STATS structure

Description

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

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.