Click or drag to resize

CastMode Enumeration

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

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.3
Syntax
C#
public enum CastMode
Members
  Member nameValueDescription
Unspecified0 Unspecified mode.
Presentation1 Cast the content specified by the presentation URLs or frame's origin provided via the Presentation API.
Browser2 Cast the browser's web content.
Screen3 Cast the screen's content.
See Also