class Aws::MediaConnect::Types::AddFlowMediaStreamsRequest
Adds media streams to an existing flow.
@note When making an API call, you may pass AddFlowMediaStreamsRequest
data as a hash: { flow_arn: "__string", # required media_streams: [ # required { 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] flow_arn
@return [String]
@!attribute [rw] media_streams
The media streams that you want to add to the flow. @return [Array<Types::AddMediaStreamRequest>]
@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddFlowMediaStreamsRequest AWS API Documentation
Constants
- SENSITIVE