Class: Aws::MediaLive::Types::Scte35SpliceInsertScheduleActionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Scte35SpliceInsertScheduleActionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Settings for a SCTE-35 splice_insert message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration ⇒ Integer
Optional, the duration for the splice_insert, in 90 KHz ticks.
-
#splice_event_id ⇒ Integer
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.
Instance Attribute Details
#duration ⇒ Integer
Optional, the duration for the splice_insert, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read the duration and cue in at that time. If you do not enter a duration, the splice_insert will continue indefinitely and there is an expectation that you will enter a return_to_network to end the splice_insert at the appropriate time.
11357 11358 11359 11360 11361 11362 |
# File 'lib/aws-sdk-medialive/types.rb', line 11357 class Scte35SpliceInsertScheduleActionSettings < Struct.new( :duration, :splice_event_id) SENSITIVE = [] include Aws::Structure end |
#splice_event_id ⇒ Integer
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.
11357 11358 11359 11360 11361 11362 |
# File 'lib/aws-sdk-medialive/types.rb', line 11357 class Scte35SpliceInsertScheduleActionSettings < Struct.new( :duration, :splice_event_id) SENSITIVE = [] include Aws::Structure end |