Table of Contents

Enum WidevineActivationStatus

Namespace
DotNetBrowser.Engine
Assembly
DotNetBrowser.dll

Represents the result of attempting to activate the Widevine component.

public enum WidevineActivationStatus

Fields

Activated = 1

The Widevine component is successfully activated and updated to the latest version.

ActivationFailed = 3

Activation of the Widevine component has failed.

NotSupported = 4

The Widevine component is not supported on the current platform and CPU architecture.

RestartRequired = 2

The Widevine component is successfully activated, but the engine restart is required to start using it.

Unspecified = 0

Reserved value.