Table of Contents

Method Supports

Namespace
DotNetBrowser.Cast
Assembly
DotNetBrowser.dll

Supports(CastMode, PresentationRequest)

Checks if the receiver supports casting of CastMode.

bool Supports(CastMode castMode, PresentationRequest presentationRequest = null)

Parameters

castMode CastMode

The parameter of the types of content that can be cast to a media receiver.

presentationRequest PresentationRequest

The parameter of the JavaScript PresentationRequest.

Returns

bool

true if the receiver supports casting of CastMode, false otherwise.

Remarks

The PresentationRequest parameter should be set only for the Presentation mode.