MiracastReceiverCursorImageChannelSettings.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 or sets the enabled status of the use of the separate channel for mouse cursor images.
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
Property Value
bool
True if the Miracast Cursor Image Channel is enabled.
Remarks
When set to true, the Miracast Transmitter may transmit the mouse cursor image as a PNG bitmap, separate from the normal Miracast video stream. Not all Miracast Transmitters support this feature, in which case the mouse cursor image, if any, will remain included in the video stream even if the property is set to True.