class Aws::MediaConnect::Types::UpdateFlowMediaStreamRequest

Update a media stream on a flow.

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

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",
      flow_arn: "__string", # required
      media_stream_name: "__string", # required
      media_stream_type: "video", # accepts video, audio, ancillary-data
      video_format: "__string",
    }

@!attribute [rw] attributes

The attributes that you want to assign to the 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

Description
@return [String]

@!attribute [rw] flow_arn

@return [String]

@!attribute [rw] media_stream_name

@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/UpdateFlowMediaStreamRequest AWS API Documentation

Constants

SENSITIVE