MiracastReceiverCursorImageChannel.IsEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指定 Miracast 接收器是否已启用光标图像通道。
public:
property bool IsEnabled { bool get(); };
bool IsEnabled();
public bool IsEnabled { get; }
var boolean = miracastReceiverCursorImageChannel.isEnabled;
Public ReadOnly Property IsEnabled As Boolean
属性值
Boolean
bool
如果 Miracast 接收器已启用光标图像通道,则其值为 True。
注解
如果 Miracast 发送器不支持 Miracast 接收器光标图像通道功能,光标图像仍将作为视频流的一部分传输。