class Aws::MediaConnect::Types::FmtpRequest

The settings that you want to use to define the media stream.

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

data as a hash:

    {
      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
    }

@!attribute [rw] channel_order

The format of the audio channel.
@return [String]

@!attribute [rw] colorimetry

The format that is used for the representation of color.
@return [String]

@!attribute [rw] exact_framerate

The frame rate for the video stream, in frames/second. For example:
60000/1001. If you specify a whole number, MediaConnect uses a ratio
of N/1. For example, if you specify 60, MediaConnect uses 60/1 as
the exactFramerate.
@return [String]

@!attribute [rw] par

The pixel aspect ratio (PAR) of the video.
@return [String]

@!attribute [rw] range

The encoding range of the video.
@return [String]

@!attribute [rw] scan_mode

The type of compression that was used to smooth the video’s
appearance.
@return [String]

@!attribute [rw] tcs

The transfer characteristic system (TCS) that is used in the video.
@return [String]

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

Constants

SENSITIVE