Method Start
- Namespace
- DotNetBrowser.Cast.Handlers
- Assembly
- DotNetBrowser.dll
Start(IMediaReceiver)
Creates a StartPresentationResponse that notifies the browser that the presentation should be started on the IMediaReceiver receiver.
public static StartPresentationResponse Start(IMediaReceiver mediaReceiver)
Parameters
mediaReceiver
IMediaReceiver
Returns
- StartPresentationResponse
The StartPresentationResponse instance that can be used as a return value in StartPresentationHandler implementation.