MiracastReceiverCursorImageChannel.IsEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that specifies if the cursor image channel has been enabled by the Miracast Receiver.
public:
property bool IsEnabled { bool get(); };
bool IsEnabled();
public bool IsEnabled { get; }
var boolean = miracastReceiverCursorImageChannel.isEnabled;
Public ReadOnly Property IsEnabled As Boolean
Property Value
Boolean
bool
True if the cursor image channel has enabled by the Miracast Receiver.
Remarks
If the Miracast Transmitter does not support the Miracast Receiver Cursor Image Channel feature, the cursor image will still be transmitted as part of the video stream.