Table of Contents

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 = 2

Cast the browser's web content.

Presentation = 1

Cast the content specified by the presentation URLs or frame's origin provided via the Presentation API.

Screen = 3

Cast the screen's content.

Unspecified = 0

Unspecified mode.