class Aws::MediaLive::Types::InputSpecification

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

data as a hash:

    {
      codec: "MPEG2", # accepts MPEG2, AVC, HEVC
      maximum_bitrate: "MAX_10_MBPS", # accepts MAX_10_MBPS, MAX_20_MBPS, MAX_50_MBPS
      resolution: "SD", # accepts SD, HD, UHD
    }

@!attribute [rw] codec

Input codec
@return [String]

@!attribute [rw] maximum_bitrate

Maximum input bitrate, categorized coarsely
@return [String]

@!attribute [rw] resolution

Input resolution, categorized coarsely
@return [String]

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

Constants

SENSITIVE