Interface IMediaReceiver
- Namespace
- DotNetBrowser.Cast
- Assembly
- DotNetBrowser.dll
A media receiver to which media content can be cast.
Usually, a media receiver is a device that supports the ChromeCast technology, but in Chromium's logic it can be even a wired display (HDMI, DVI, or similar).
public interface IMediaReceiver
Properties
- Name
Gets the name of the receiver.
- State
Gets the current state of the receiver.
Methods
- Supports(CastMode, PresentationRequest)
Checks if the receiver supports casting of CastMode.
Events
- Disconnected
Occurs when the receiver disconnected and is not observable by Chromium anymore.