Class: Aws::MediaConnect::Types::MediaStreamOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::MediaStreamOutputConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#destination_configurations ⇒ Array<Types::DestinationConfiguration>
The transport parameters that are associated with each outbound media stream.
-
#encoding_name ⇒ String
The format that was used to encode the data.
-
#encoding_parameters ⇒ Types::EncodingParameters
Encoding parameters.
-
#media_stream_name ⇒ String
The name of the media stream.
Instance Attribute Details
#destination_configurations ⇒ Array<Types::DestinationConfiguration>
The transport parameters that are associated with each outbound media stream.
3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3004 class MediaStreamOutputConfiguration < Struct.new( :destination_configurations, :encoding_name, :encoding_parameters, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#encoding_name ⇒ String
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.
3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3004 class MediaStreamOutputConfiguration < Struct.new( :destination_configurations, :encoding_name, :encoding_parameters, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#encoding_parameters ⇒ Types::EncodingParameters
Encoding parameters
3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3004 class MediaStreamOutputConfiguration < Struct.new( :destination_configurations, :encoding_name, :encoding_parameters, :media_stream_name) SENSITIVE = [] include Aws::Structure end |
#media_stream_name ⇒ String
The name of the media stream.
3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3004 class MediaStreamOutputConfiguration < Struct.new( :destination_configurations, :encoding_name, :encoding_parameters, :media_stream_name) SENSITIVE = [] include Aws::Structure end |