Class: Aws::MediaTailor::Types::TimeSignalMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaTailor::Types::TimeSignalMessage
 
 
- Defined in:
 - gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
 
Overview
The SCTE-35 time_signal message can be sent with one or more
segmentation_descriptor messages. A time_signal message can be
sent only if a single segmentation_descriptor message is sent.
The time_signal message contains only the splice_time field which
is constructed using a given presentation timestamp. When sending a
time_signal message, the splice_command_type field in the
splice_info_section message is set to 6 (0x06).
See the time_signal() table of the 2022 SCTE-35 specification for
more information.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #segmentation_descriptors  ⇒ Array<Types::SegmentationDescriptor> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configurations for the SCTE-35
segmentation_descriptormessage(s) sent with thetime_signalmessage. 
Instance Attribute Details
#segmentation_descriptors ⇒ Array<Types::SegmentationDescriptor>
The configurations for the SCTE-35 segmentation_descriptor
message(s) sent with the time_signal message.
      4557 4558 4559 4560 4561  | 
    
      # File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4557 class TimeSignalMessage < Struct.new( :segmentation_descriptors) SENSITIVE = [] include Aws::Structure end  |