Share via


MiracastReceiverCursorImageChannel.IsEnabled Property

Definition

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.

Applies to