Click or drag to resize

IMediaReceiver Interface

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).

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntax
C#
public interface IMediaReceiver

The IMediaReceiver type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of the receiver.
Public propertyState
Gets the current state of the receiver.
Top
Methods
  NameDescription
Public methodSupports
Checks if the receiver supports casting of CastMode.
Top
Events
  NameDescription
Public eventDisconnected
Occurs when the receiver disconnected and is not observable by Chromium anymore.
Top
See Also