class Aws::MediaConnect::Types::AddMediaStreamRequest

The media stream that you want to add to the flow.

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

data as a hash:

    {
      attributes: {
        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",
      },
      clock_rate: 1,
      description: "__string",
      media_stream_id: 1, # required
      media_stream_name: "__string", # required
      media_stream_type: "video", # required, accepts video, audio, ancillary-data
      video_format: "__string",
    }

@!attribute [rw] attributes

The attributes that you want to assign to the new media stream.
@return [Types::MediaStreamAttributesRequest]

@!attribute [rw] clock_rate

The sample rate (in Hz) for the stream. If the media stream type is
video or ancillary data, set this value to 90000. If the media
stream type is audio, set this value to either 48000 or 96000.
@return [Integer]

@!attribute [rw] description

A description that can help you quickly identify what your media
stream is used for.
@return [String]

@!attribute [rw] media_stream_id

A unique identifier for the media stream.
@return [Integer]

@!attribute [rw] media_stream_name

A name that helps you distinguish one media stream from another.
@return [String]

@!attribute [rw] media_stream_type

The type of media stream.
@return [String]

@!attribute [rw] video_format

The resolution of the video.
@return [String]

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

Constants

SENSITIVE