Click or drag to resize

IMediaReceivers Interface

The service that allows observing media IMediaReceiver receivers in the environment.

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

The IMediaReceivers type exposes the following members.

Properties
  NameDescription
Public propertyAllAvailable
Gets the list of connected (not Unavailable unavailable) media receivers.

The initial list of media receivers can be empty or not full. This is because receivers are MediaReceiverDiscoveredEventArgs discovered asynchronously in Chromium.

Top
Methods
Events
  NameDescription
Public eventDiscovered
Occurs when a new media IMediaReceiver receiver has been discovered in the environment.
Top
See Also