Method: Aws::MediaConvert::Types::MsSmoothGroupSettings#manifest_encoding
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#manifest_encoding ⇒ String
Use Manifest encoding to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.
11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 11203 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11192 class MsSmoothGroupSettings < Struct.new( :additional_manifests, :audio_deduplication, :destination, :destination_settings, :encryption, :fragment_length, :fragment_length_control, :manifest_encoding) SENSITIVE = [] include Aws::Structure end |