NielsenConfiguration class

Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration (nielsenConfiguration), MediaConvert enables PCM to ID3 tagging for all outputs in the job. To enable Nielsen configuration programmatically, include an instance of nielsenConfiguration in your JSON job specification. Even if you don't include any children of nielsenConfiguration, you still enable the setting.

Constructors

NielsenConfiguration({int? breakoutCode, String? distributorId})
NielsenConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

breakoutCode int?
Nielsen has discontinued the use of breakout code functionality. If you must include this property, set the value to zero.
final
distributorId String?
Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by Neilsen.
final
hashCode int
The hash code for this object.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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