MiracastReceiverCursorImageChannel.IsEnabled 属性

定义

获取一个值,该值指定 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 接收器光标图像通道功能,光标图像仍将作为视频流的一部分传输。

适用于