class Aws::MediaConnect::Types::MediaStreamOutputConfigurationRequest

The media stream that you want to associate with the output, and the parameters for that association.

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

data as a hash:

    {
      destination_configurations: [
        {
          destination_ip: "__string", # required
          destination_port: 1, # required
          interface: { # required
            name: "__string", # required
          },
        },
      ],
      encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
      encoding_parameters: {
        compression_factor: 1.0, # required
        encoder_profile: "main", # required, accepts main, high
      },
      media_stream_name: "__string", # required
    }

@!attribute [rw] destination_configurations

The transport parameters that you want to associate with the media
stream.
@return [Array<Types::DestinationConfigurationRequest>]

@!attribute [rw] encoding_name

The format that will be used to encode the data. For ancillary data
streams, set the encoding name to smpte291. For audio streams, set
the encoding name to pcm. For video, 2110 streams, set the encoding
name to raw. For video, JPEG XS streams, set the encoding name to
jxsv.
@return [String]

@!attribute [rw] encoding_parameters

A collection of parameters that determine how MediaConnect will
convert the content. These fields only apply to outputs on flows
that have a CDI source.
@return [Types::EncodingParametersRequest]

@!attribute [rw] media_stream_name

The name of the media stream that is associated with the output.
@return [String]

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

Constants

SENSITIVE