You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::Scte35SpliceInsertScheduleActionSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Scte35SpliceInsertScheduleActionSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  duration: 1,
  splice_event_id: 1, # required
}

Settings for a SCTE-35 splice_insert message.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#durationInteger

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.

Returns:

  • (Integer)

    Optional, the duration for the splice_insert, in 90 KHz ticks.

#splice_event_idInteger

The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.

Returns:

  • (Integer)

    The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.