Click or drag to resize

MediaReceiverState Enumeration

The state of the media receiver.

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntax
C#
public enum MediaReceiverState
Members
  Member nameValueDescription
Undefined0 The undefined state of the media receiver.
Available1 The receiver is available to be cast to.
Connecting2 The receiver is starting a new cast session. A receiver temporarily enters this state when transitioning from Available to Connected.
Connected3 Content is currently cast to the receiver.
Disconnecting4 The receiver is still connected but is in the process of disconnecting. A receiver temporarily enters this state when transitioning from Connected to Available.
Unavailable5 The receiver is disconnected/cached (not available right now).
See Also