Class: Aws::MediaLive::Types::NielsenCBET

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

Overview

Nielsen CBET

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cbet_check_digit_stringString

Enter the CBET check digits to use in the watermark.

Returns:

  • (String)


9637
9638
9639
9640
9641
9642
9643
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9637

class NielsenCBET < Struct.new(
  :cbet_check_digit_string,
  :cbet_stepaside,
  :csid)
  SENSITIVE = []
  include Aws::Structure
end

#cbet_stepasideString

Determines the method of CBET insertion mode when prior encoding is detected on the same layer.

Returns:

  • (String)


9637
9638
9639
9640
9641
9642
9643
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9637

class NielsenCBET < Struct.new(
  :cbet_check_digit_string,
  :cbet_stepaside,
  :csid)
  SENSITIVE = []
  include Aws::Structure
end

#csidString

Enter the CBET Source ID (CSID) to use in the watermark

Returns:

  • (String)


9637
9638
9639
9640
9641
9642
9643
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9637

class NielsenCBET < Struct.new(
  :cbet_check_digit_string,
  :cbet_stepaside,
  :csid)
  SENSITIVE = []
  include Aws::Structure
end