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

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 NielsenCBET data as a hash:

{
  cbet_check_digit_string: "__stringMin2Max2", # required
  cbet_stepaside: "DISABLED", # required, accepts DISABLED, ENABLED
  csid: "__stringMin1Max7", # required
}

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)


13603
13604
13605
13606
13607
13608
13609
# File 'lib/aws-sdk-medialive/types.rb', line 13603

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)


13603
13604
13605
13606
13607
13608
13609
# File 'lib/aws-sdk-medialive/types.rb', line 13603

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)


13603
13604
13605
13606
13607
13608
13609
# File 'lib/aws-sdk-medialive/types.rb', line 13603

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