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

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

Overview

Note:

When making an API call, you may pass Scte35SpliceInsert data as a hash:

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

Scte35 Splice Insert

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)


16120
16121
16122
16123
16124
16125
16126
# File 'lib/aws-sdk-medialive/types.rb', line 16120

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)


16120
16121
16122
16123
16124
16125
16126
# File 'lib/aws-sdk-medialive/types.rb', line 16120

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)


16120
16121
16122
16123
16124
16125
16126
# File 'lib/aws-sdk-medialive/types.rb', line 16120

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