Enum ResultCode
- Namespace
- DotNetBrowser.Cast
- Assembly
- DotNetBrowser.dll
Contains the codes indicating the result of creating a cast session.
public enum ResultCode
Fields
Cancelled = 6The cast session has been canceled, i.e. via the "Cancel" button in the screen picker.
CastSessionAlreadyExists = 7The cast session can not be created since it already exists.
CastSessionNotFound = 3The cast session was not found.
DesktopPickerFailed = 8An attempt to show the screen picker has failed.
NoSupportedProvider = 5The media source provider is not supported.
Ok = 1The cast session successfully started.
ReceiverNotFound = 4The receiver was not found when starting the cast session.
ResultCodeUnspecified = 0Reserved value.
TimedOut = 2The cast session has not been created within the specified time.