WatermarkingStrength enum

Optional. Ignore this setting unless Nagra support directs you to specify a value. When you don't specify a value here, the Nagra NexGuard library uses its default value.

Inheritance

Constructors

WatermarkingStrength()
const

Values

lightest → const WatermarkingStrength
lighter → const WatermarkingStrength
$default → const WatermarkingStrength
stronger → const WatermarkingStrength
strongest → const WatermarkingStrength

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<WatermarkingStrength>
A constant List of the values in this enum, in order of their declaration.