IMediaReceiverSupports Method |
Checks if the receiver supports casting of
CastMode.
Namespace:
DotNetBrowser.Cast
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntax bool Supports(
CastMode castMode,
PresentationRequest presentationRequest = null
)
Parameters
- castMode
- Type: DotNetBrowser.CastCastMode
The parameter of the types of content that can be cast to a media receiver. - presentationRequest (Optional)
- Type: DotNetBrowser.CastPresentationRequest
The parameter of the JavaScript PresentationRequest.
Return Value
Type:
Booleantrue if the receiver supports casting of
CastMode,
false otherwise.
Remarks See Also