class Aws::MediaLive::Types::AvailBlanking

Avail Blanking

@note When making an API call, you may pass AvailBlanking

data as a hash:

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

@!attribute [rw] avail_blanking_image

Blanking image to be used. Leave empty for solid black. Only bmp and
png images are supported.
@return [Types::InputLocation]

@!attribute [rw] state

When set to enabled, causes video, audio and captions to be blanked
when insertion metadata is added.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AvailBlanking AWS API Documentation

Constants

SENSITIVE