IMediaReceivers Methods |
The IMediaReceivers type exposes the following members.
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.
|