MiracastReceiverCursorImageChannelSettings.IsEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置对鼠标光标图像使用单独通道的启用状态。
public:
property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();
void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = miracastReceiverCursorImageChannelSettings.isEnabled;
miracastReceiverCursorImageChannelSettings.isEnabled = boolean;
Public Property IsEnabled As Boolean
属性值
Boolean
bool
如果启用了 Miracast 光标图像通道,则其值为 True。
注解
设置为 true 时,Miracast 发送器可能会将鼠标光标图像作为 PNG 位图传输,与普通 Miracast 视频流分开。 并非所有 Miracast 发送器都支持此功能,在这种情况下,即使 属性设置为 True,鼠标光标图像(如果有)仍将包含在视频流中。