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
- Struct
- Aws::MediaLive::Types::Scte35SpliceInsert
- Defined in:
- (unknown)
Overview
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
-
#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
Possible values:
- FOLLOW
- IGNORE
-
#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
Possible values:
- FOLLOW
- IGNORE
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.
#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
Possible values:
- FOLLOW
- IGNORE
#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
Possible values:
- FOLLOW
- IGNORE