class Aws::MediaConnect::Types::MediaStreamAttributesRequest

Attributes that are related to the media stream.

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

data as a hash:

    {
      fmtp: {
        channel_order: "__string",
        colorimetry: "BT601", # accepts BT601, BT709, BT2020, BT2100, ST2065-1, ST2065-3, XYZ
        exact_framerate: "__string",
        par: "__string",
        range: "NARROW", # accepts NARROW, FULL, FULLPROTECT
        scan_mode: "progressive", # accepts progressive, interlace, progressive-segmented-frame
        tcs: "SDR", # accepts SDR, PQ, HLG, LINEAR, BT2100LINPQ, BT2100LINHLG, ST2065-1, ST428-1, DENSITY
      },
      lang: "__string",
    }

@!attribute [rw] fmtp

The settings that you want to use to define the media stream.
@return [Types::FmtpRequest]

@!attribute [rw] lang

The audio language, in a format that is recognized by the receiver.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/MediaStreamAttributesRequest AWS API Documentation

Constants

SENSITIVE