Class: Aws::MediaLive::Types::Scte35TimeSignalApos
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Scte35TimeSignalApos
- Includes:
- Structure
- Defined in:
- 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
-
#ad_avail_offset ⇒ Integer
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
-
#no_regional_blackout_flag ⇒ String
When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates.
-
#web_delivery_allowed_flag ⇒ String
When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates.
Instance Attribute Details
#ad_avail_offset ⇒ Integer
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.
11385 11386 11387 11388 11389 11390 11391 |
# File 'lib/aws-sdk-medialive/types.rb', line 11385 class Scte35TimeSignalApos < Struct.new( :ad_avail_offset, :no_regional_blackout_flag, :web_delivery_allowed_flag) SENSITIVE = [] include Aws::Structure end |
#no_regional_blackout_flag ⇒ String
When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates
11385 11386 11387 11388 11389 11390 11391 |
# File 'lib/aws-sdk-medialive/types.rb', line 11385 class Scte35TimeSignalApos < Struct.new( :ad_avail_offset, :no_regional_blackout_flag, :web_delivery_allowed_flag) SENSITIVE = [] include Aws::Structure end |
#web_delivery_allowed_flag ⇒ String
When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates
11385 11386 11387 11388 11389 11390 11391 |
# File 'lib/aws-sdk-medialive/types.rb', line 11385 class Scte35TimeSignalApos < Struct.new( :ad_avail_offset, :no_regional_blackout_flag, :web_delivery_allowed_flag) SENSITIVE = [] include Aws::Structure end |