Class: Aws::MediaConnect::Types::MediaStreamOutputConfiguration

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

Overview

The media stream that is associated with the output, and the parameters for that association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurationsArray<Types::DestinationConfiguration>

The transport parameters that are associated with each outbound media stream.



2897
2898
2899
2900
2901
2902
2903
2904
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2897

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

#encoding_nameString

The format that was 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)


2897
2898
2899
2900
2901
2902
2903
2904
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2897

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

#encoding_parametersTypes::EncodingParameters

Encoding parameters



2897
2898
2899
2900
2901
2902
2903
2904
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2897

class MediaStreamOutputConfiguration < 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.

Returns:

  • (String)


2897
2898
2899
2900
2901
2902
2903
2904
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2897

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