Class: Aws::MediaTailor::Types::AlternateMedia
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::AlternateMedia
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
A playlist of media (VOD and/or live) to be played instead of the default media on a particular program.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ad_breaks ⇒ Array<Types::AdBreak>
Ad break configuration parameters defined in AlternateMedia.
-
#clip_range ⇒ Types::ClipRange
Clip range configuration for the VOD source associated with the program.
-
#duration_millis ⇒ Integer
The duration of the alternateMedia in milliseconds.
-
#live_source_name ⇒ String
The name of the live source for alternateMedia.
-
#scheduled_start_time_millis ⇒ Integer
The date and time that the alternateMedia is scheduled to start, in epoch milliseconds.
-
#source_location_name ⇒ String
The name of the source location for alternateMedia.
-
#vod_source_name ⇒ String
The name of the VOD source for alternateMedia.
Instance Attribute Details
#ad_breaks ⇒ Array<Types::AdBreak>
Ad break configuration parameters defined in AlternateMedia.
261 262 263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 261 class AlternateMedia < Struct.new( :ad_breaks, :clip_range, :duration_millis, :live_source_name, :scheduled_start_time_millis, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#clip_range ⇒ Types::ClipRange
Clip range configuration for the VOD source associated with the program.
261 262 263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 261 class AlternateMedia < Struct.new( :ad_breaks, :clip_range, :duration_millis, :live_source_name, :scheduled_start_time_millis, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#duration_millis ⇒ Integer
The duration of the alternateMedia in milliseconds.
261 262 263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 261 class AlternateMedia < Struct.new( :ad_breaks, :clip_range, :duration_millis, :live_source_name, :scheduled_start_time_millis, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#live_source_name ⇒ String
The name of the live source for alternateMedia.
261 262 263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 261 class AlternateMedia < Struct.new( :ad_breaks, :clip_range, :duration_millis, :live_source_name, :scheduled_start_time_millis, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#scheduled_start_time_millis ⇒ Integer
The date and time that the alternateMedia is scheduled to start, in epoch milliseconds.
261 262 263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 261 class AlternateMedia < Struct.new( :ad_breaks, :clip_range, :duration_millis, :live_source_name, :scheduled_start_time_millis, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
The name of the source location for alternateMedia.
261 262 263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 261 class AlternateMedia < Struct.new( :ad_breaks, :clip_range, :duration_millis, :live_source_name, :scheduled_start_time_millis, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
The name of the VOD source for alternateMedia.
261 262 263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 261 class AlternateMedia < Struct.new( :ad_breaks, :clip_range, :duration_millis, :live_source_name, :scheduled_start_time_millis, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |