Class: Aws::MediaTailor::Types::AlternateMedia

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/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

Instance Attribute Details

#ad_breaksArray<Types::AdBreak>

Ad break configuration parameters defined in AlternateMedia.

Returns:



261
262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-mediatailor/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_rangeTypes::ClipRange

Clip range configuration for the VOD source associated with the program.

Returns:



261
262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-mediatailor/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_millisInteger

The duration of the alternateMedia in milliseconds.

Returns:

  • (Integer)


261
262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-mediatailor/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_nameString

The name of the live source for alternateMedia.

Returns:

  • (String)


261
262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-mediatailor/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_millisInteger

The date and time that the alternateMedia is scheduled to start, in epoch milliseconds.

Returns:

  • (Integer)


261
262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-mediatailor/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_nameString

The name of the source location for alternateMedia.

Returns:

  • (String)


261
262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-mediatailor/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_nameString

The name of the VOD source for alternateMedia.

Returns:

  • (String)


261
262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-mediatailor/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