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.



800
801
802
803
804
805
# File 'lib/aws-sdk-medialive/types.rb', line 800

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)


800
801
802
803
804
805
# File 'lib/aws-sdk-medialive/types.rb', line 800

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