// netdispumdddi.h
typedef struct {
UINT64 CurrentBitRate;
UINT64 LocalMaxBitRate;
UINT64 RemoteMaxBitRate;
} MIRACAST_WFD_CONNECTION_STATS;
View the official Windows Driver Kit DDI referenceNo description available.
Contains bit rate info on the Wi-Fi Direct connection.
CurrentBitRateThe bit rate, in bits per second, that the operating system recommends that the audio/video encoder uses.
LocalMaxBitRateThe maximum bit rate, in bits per second, that the local Wi-Fi Direct hardware can support.
RemoteMaxBitRateThe maximum bit rate, in bits per second, that the Miracast sink hardware can support.