MiracastReceiverCursorImageChannelSettings.IsEnabled Property

Definition

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

Boolean

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.

Applies to