You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::NielsenConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NielsenConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  breakout_code: 1,
  distributor_id: "__string",
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#breakout_codeInteger

Nielsen has discontinued the use of breakout code functionality. If you must include this property, set the value to zero.

Returns:

  • (Integer)

    Nielsen has discontinued the use of breakout code functionality.

#distributor_idString

Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by Neilsen.

Returns:

  • (String)

    Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by Neilsen.