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

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

Overview

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:



9708
9709
9710
9711
9712
9713
9714
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9708

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)


9708
9709
9710
9711
9712
9713
9714
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9708

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).



9708
9709
9710
9711
9712
9713
9714
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9708

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