Class: Aws::MediaLive::Types::AvailBlanking

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

Overview

Avail Blanking

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#avail_blanking_imageTypes::InputLocation

Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.



782
783
784
785
786
787
# File 'lib/aws-sdk-medialive/types.rb', line 782

class AvailBlanking < Struct.new(
  :avail_blanking_image,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.

Returns:

  • (String)


782
783
784
785
786
787
# File 'lib/aws-sdk-medialive/types.rb', line 782

class AvailBlanking < Struct.new(
  :avail_blanking_image,
  :state)
  SENSITIVE = []
  include Aws::Structure
end