Class: Aws::MediaConnect::Types::MediaStreamOutputConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurationsArray<Types::DestinationConfigurationRequest>

The transport parameters that you want to associate with the media stream.



2977
2978
2979
2980
2981
2982
2983
2984
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2977

class MediaStreamOutputConfigurationRequest < Struct.new(
  :destination_configurations,
  :encoding_name,
  :encoding_parameters,
  :media_stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#encoding_nameString

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.

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
2983
2984
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2977

class MediaStreamOutputConfigurationRequest < Struct.new(
  :destination_configurations,
  :encoding_name,
  :encoding_parameters,
  :media_stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#encoding_parametersTypes::EncodingParametersRequest

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.



2977
2978
2979
2980
2981
2982
2983
2984
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2977

class MediaStreamOutputConfigurationRequest < Struct.new(
  :destination_configurations,
  :encoding_name,
  :encoding_parameters,
  :media_stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#media_stream_nameString

The name of the media stream that is associated with the output.

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
2983
2984
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2977

class MediaStreamOutputConfigurationRequest < Struct.new(
  :destination_configurations,
  :encoding_name,
  :encoding_parameters,
  :media_stream_name)
  SENSITIVE = []
  include Aws::Structure
end