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(Predicate<IMediaReceiver> , TimeSpan) method to shorten the time to discover new receivers. |
![]() | RetrieveAsync(Predicate<IMediaReceiver>) |
Waiting till the first receiver matching the predicate is discovered.
|
![]() | RetrieveAsync(Predicate<IMediaReceiver>, TimeSpan) |
Waiting till the first receiver matching the predicate is discovered.
|