Enum CastMode
- Namespace
- DotNetBrowser.Cast
- Assembly
- DotNetBrowser.dll
The types of content that can be cast to a media receiver.
public enum CastMode
Fields
Browser = 2Cast the browser's web content.
Presentation = 1Cast the content specified by the presentation URLs or frame's origin provided via the Presentation API.
Screen = 3Cast the screen's content.
Unspecified = 0Unspecified mode.