IMediaReceivers Interface |
Namespace: DotNetBrowser.Cast
public interface IMediaReceivers
The IMediaReceivers type exposes the following members.
Name | Description | |
---|---|---|
AllAvailable |
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. |
Name | Description | |
---|---|---|
Refresh |
Asynchronously updates the list of available media receivers.
This method forces Chromium to discover media receivers available in the local network. Use it before calling the RetrieveAsync(PredicateIMediaReceiver, TimeSpan) method to shorten the time to discover new receivers. | |
RetrieveAsync(PredicateIMediaReceiver) |
Waiting till the first receiver matching the predicate is discovered.
| |
RetrieveAsync(PredicateIMediaReceiver, TimeSpan) |
Waiting till the first receiver matching the predicate is discovered.
|
Name | Description | |
---|---|---|
Discovered |
Occurs when a new media IMediaReceiver receiver has been discovered in
the environment.
|