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