MIRACAST_WFD_CONNECTION_STATS结构 (netdispumdddi.h)

包含有关 Wi-Fi 直接连接的比特率信息。

语法

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

成员

CurrentBitRate

作系统建议音频/视频编码器使用的比特率(以位/秒为单位)。

LocalMaxBitRate

本地 Wi-Fi Direct 硬件可以支持的最大比特率(以位/秒为单位)。

RemoteMaxBitRate

Miracast 接收器硬件可以支持的最大比特率(以位/秒为单位)。

要求

要求 价值
最低支持的客户端 Windows 8.1
支持的最低服务器 Windows Server 2012 R2
标头 netdispumdddi.h (include Netdispumdddi.h)