Class: Aws::MediaLive::Types::AvailBlanking
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AvailBlanking
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Avail Blanking
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#avail_blanking_image ⇒ Types::InputLocation
Blanking image to be used.
-
#state ⇒ String
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
Instance Attribute Details
#avail_blanking_image ⇒ Types::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 |
#state ⇒ String
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
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 |