StartPresentationParameters.SupportedReceivers Property |
Namespace:
DotNetBrowser.Cast.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.7
Syntaxpublic IReadOnlyList<IMediaReceiver> SupportedReceivers { get; }
Property Value
Type:
IReadOnlyList<IMediaReceiver>
The list of media receivers that are able to start presentation
from
PresentationRequest.
See Also