MediaReceiverState Enumeration |
The state of the media receiver.
Namespace:
DotNetBrowser.Cast
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.4
Syntax public enum MediaReceiverState
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
The undefined state of the media receiver.
|
| Available | 1 |
The receiver is available to be cast to.
|
| Connecting | 2 |
The receiver is starting a new cast session. A receiver temporarily enters this
state when transitioning from Available to Connected.
|
| Connected | 3 |
Content is currently cast to the receiver.
|
| Disconnecting | 4 |
The receiver is still connected but is in the process of disconnecting. A receiver
temporarily enters this state when transitioning from Connected to Available.
|
| Unavailable | 5 |
The receiver is disconnected/cached (not available right now).
|
See Also