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

Class: Aws::MediaLive::Types::Scte35SpliceInsert

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

Overview

Note:

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

{
  ad_avail_offset: 1,
  no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
  web_delivery_allowed_flag: "FOLLOW", # accepts FOLLOW, IGNORE
}

Scte35 Splice Insert

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ad_avail_offsetInteger

When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.

Returns:

  • (Integer)

    When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.

#no_regional_blackout_flagString

When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates

Possible values:

  • FOLLOW
  • IGNORE

Returns:

  • (String)

    When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates.

#web_delivery_allowed_flagString

When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates

Possible values:

  • FOLLOW
  • IGNORE

Returns:

  • (String)

    When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates.