You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AvailBlanking as input to an Aws::Client method, you can use a vanilla Hash:

{
  avail_blanking_image: {
    password_param: "__string",
    uri: "__string", # required
    username: "__string",
  },
  state: "DISABLED", # accepts DISABLED, ENABLED
}

Avail Blanking

Returned by:

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.

Returns:

#stateString

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

Possible values:

  • DISABLED
  • ENABLED

Returns:

  • (String)

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