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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Typical configuration that applies breaks on splice inserts in addition to time signal placement opportunities, breaks, and advertisements.

Constant Summary collapse

SENSITIVE =
[]

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)


11093
11094
11095
11096
11097
11098
11099
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11093

class Scte35SpliceInsert < Struct.new(
  :ad_avail_offset,
  :no_regional_blackout_flag,
  :web_delivery_allowed_flag)
  SENSITIVE = []
  include Aws::Structure
end

#no_regional_blackout_flagString

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

Returns:

  • (String)


11093
11094
11095
11096
11097
11098
11099
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11093

class Scte35SpliceInsert < Struct.new(
  :ad_avail_offset,
  :no_regional_blackout_flag,
  :web_delivery_allowed_flag)
  SENSITIVE = []
  include Aws::Structure
end

#web_delivery_allowed_flagString

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

Returns:

  • (String)


11093
11094
11095
11096
11097
11098
11099
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11093

class Scte35SpliceInsert < Struct.new(
  :ad_avail_offset,
  :no_regional_blackout_flag,
  :web_delivery_allowed_flag)
  SENSITIVE = []
  include Aws::Structure
end