Class: Aws::MediaLive::Types::Scte35TimeSignalApos

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

Overview

Atypical configuration that applies segment breaks only on SCTE-35 time signal placement opportunities and breaks.

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)


11110
11111
11112
11113
11114
11115
11116
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11110

class Scte35TimeSignalApos < 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)


11110
11111
11112
11113
11114
11115
11116
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11110

class Scte35TimeSignalApos < 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)


11110
11111
11112
11113
11114
11115
11116
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11110

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