NielsenActiveWatermarkProcessType enum
Choose the type of Nielsen watermarks that you want in your outputs. When you choose NAES 2 and NW (NAES2_AND_NW), you must provide a value for the setting SID (sourceId). When you choose CBET (CBET), you must provide a value for the setting CSID (cbetSourceId). When you choose NAES 2, NW, and CBET (NAES2_AND_NW_AND_CBET), you must provide values for both of these settings.
Values
- naes2AndNw → const NielsenActiveWatermarkProcessType
- cbet → const NielsenActiveWatermarkProcessType
- naes2AndNwAndCbet → const NielsenActiveWatermarkProcessType
Properties
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<
NielsenActiveWatermarkProcessType> - A constant List of the values in this enum, in order of their declaration.