Class: Aws::MediaLive::Types::NielsenWatermarksSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass NielsenWatermarksSettings data as a hash:

{
  nielsen_cbet_settings: {
    cbet_check_digit_string: "__stringMin2Max2", # required
    cbet_stepaside: "DISABLED", # required, accepts DISABLED, ENABLED
    csid: "__stringMin1Max7", # required
  },
  nielsen_distribution_type: "FINAL_DISTRIBUTOR", # accepts FINAL_DISTRIBUTOR, PROGRAM_CONTENT
  nielsen_naes_ii_nw_settings: {
    check_digit_string: "__stringMin2Max2", # required
    sid: 1.0, # required
  },
}

Nielsen Watermarks Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nielsen_cbet_settingsTypes::NielsenCBET

Complete these fields only if you want to insert watermarks of type Nielsen CBET

Returns:



13700
13701
13702
13703
13704
13705
13706
# File 'lib/aws-sdk-medialive/types.rb', line 13700

class NielsenWatermarksSettings < Struct.new(
  :nielsen_cbet_settings,
  :nielsen_distribution_type,
  :nielsen_naes_ii_nw_settings)
  SENSITIVE = []
  include Aws::Structure
end

#nielsen_distribution_typeString

Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR

Returns:

  • (String)


13700
13701
13702
13703
13704
13705
13706
# File 'lib/aws-sdk-medialive/types.rb', line 13700

class NielsenWatermarksSettings < Struct.new(
  :nielsen_cbet_settings,
  :nielsen_distribution_type,
  :nielsen_naes_ii_nw_settings)
  SENSITIVE = []
  include Aws::Structure
end

#nielsen_naes_ii_nw_settingsTypes::NielsenNaesIiNw

Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).



13700
13701
13702
13703
13704
13705
13706
# File 'lib/aws-sdk-medialive/types.rb', line 13700

class NielsenWatermarksSettings < Struct.new(
  :nielsen_cbet_settings,
  :nielsen_distribution_type,
  :nielsen_naes_ii_nw_settings)
  SENSITIVE = []
  include Aws::Structure
end