class Aws::MediaTailor::Types::AdBreak

Ad break configuration parameters.

@note When making an API call, you may pass AdBreak

data as a hash:

    {
      message_type: "SPLICE_INSERT", # accepts SPLICE_INSERT
      offset_millis: 1,
      slate: {
        source_location_name: "__string",
        vod_source_name: "__string",
      },
      splice_insert_message: {
        avail_num: 1,
        avails_expected: 1,
        splice_event_id: 1,
        unique_program_id: 1,
      },
    }

@!attribute [rw] message_type

The SCTE-35 ad insertion type. Accepted value: SPLICE\_INSERT.
@return [String]

@!attribute [rw] offset_millis

How long (in milliseconds) after the beginning of the program that
an ad starts. This value must fall within 100ms of a segment
boundary, otherwise the ad break will be skipped.
@return [Integer]

@!attribute [rw] slate

Ad break slate configuration.
@return [Types::SlateSource]

@!attribute [rw] splice_insert_message

This defines the SCTE-35 splice\_insert() message inserted around
the ad. For information about using splice\_insert(), see the
SCTE-35 specficiaiton, section 9.7.3.1.
@return [Types::SpliceInsertMessage]

@see docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/AdBreak AWS API Documentation

Constants

SENSITIVE