Method: Aws::MediaConnect::Types::MediaStreamOutputConfiguration#encoding_name
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
#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.
3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3153 class MediaStreamOutputConfiguration < Struct.new( :destination_configurations, :encoding_name, :encoding_parameters, :media_stream_name) SENSITIVE = [] include Aws::Structure end |