Table of Contents

Enum ResultCode

Namespace
DotNetBrowser.Cast
Assembly
DotNetBrowser.dll

Contains the codes indicating the result of creating a cast session.

public enum ResultCode

Fields

Cancelled = 6

The cast session has been canceled, i.e. via the "Cancel" button in the screen picker.

CastSessionAlreadyExists = 7

The cast session can not be created since it already exists.

CastSessionNotFound = 3

The cast session was not found.

DesktopPickerFailed = 8

An attempt to show the screen picker has failed.

NoSupportedProvider = 5

The media source provider is not supported.

Ok = 1

The cast session successfully started.

ReceiverNotFound = 4

The receiver was not found when starting the cast session.

ResultCodeUnspecified = 0

Reserved value.

TimedOut = 2

The cast session has not been created within the specified time.