Class: Aws::MediaLive::Types::StaticImageOutputDeactivateScheduleActionSettings

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

Overview

Settings for the action to deactivate the image in a specific layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fade_outInteger

The time in milliseconds for the image to fade out. Default is 0 (no fade-out).

Returns:

  • (Integer)


11626
11627
11628
11629
11630
11631
11632
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11626

class StaticImageOutputDeactivateScheduleActionSettings < Struct.new(
  :fade_out,
  :layer,
  :output_names)
  SENSITIVE = []
  include Aws::Structure
end

#layerInteger

The image overlay layer to deactivate, 0 to 7. Default is 0.

Returns:

  • (Integer)


11626
11627
11628
11629
11630
11631
11632
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11626

class StaticImageOutputDeactivateScheduleActionSettings < Struct.new(
  :fade_out,
  :layer,
  :output_names)
  SENSITIVE = []
  include Aws::Structure
end

#output_namesArray<String>

The name(s) of the output(s) the deactivation should apply to.

Returns:

  • (Array<String>)


11626
11627
11628
11629
11630
11631
11632
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11626

class StaticImageOutputDeactivateScheduleActionSettings < Struct.new(
  :fade_out,
  :layer,
  :output_names)
  SENSITIVE = []
  include Aws::Structure
end