Class: Aws::MediaLive::Types::NielsenCBET
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::NielsenCBET
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Nielsen CBET
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cbet_check_digit_string  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enter the CBET check digits to use in the watermark.
 - 
  
    
      #cbet_stepaside  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
 - 
  
    
      #csid  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enter the CBET Source ID (CSID) to use in the watermark.
 
Instance Attribute Details
#cbet_check_digit_string ⇒ String
Enter the CBET check digits to use in the watermark.
      9858 9859 9860 9861 9862 9863 9864  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 9858 class NielsenCBET < Struct.new( :cbet_check_digit_string, :cbet_stepaside, :csid) SENSITIVE = [] include Aws::Structure end  | 
  
#cbet_stepaside ⇒ String
Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
      9858 9859 9860 9861 9862 9863 9864  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 9858 class NielsenCBET < Struct.new( :cbet_check_digit_string, :cbet_stepaside, :csid) SENSITIVE = [] include Aws::Structure end  | 
  
#csid ⇒ String
Enter the CBET Source ID (CSID) to use in the watermark
      9858 9859 9860 9861 9862 9863 9864  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 9858 class NielsenCBET < Struct.new( :cbet_check_digit_string, :cbet_stepaside, :csid) SENSITIVE = [] include Aws::Structure end  |