Class: Aws::MediaConvert::Types::CaptionSourceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::CaptionSourceSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input captions source file. If your input captions are IMSC in an IMF package, use TrackSourceSettings instead of FileSoureSettings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ancillary_source_settings ⇒ Types::AncillarySourceSettings
Settings for ancillary captions source.
-
#dvb_sub_source_settings ⇒ Types::DvbSubSourceSettings
DVB Sub Source Settings.
-
#embedded_source_settings ⇒ Types::EmbeddedSourceSettings
Settings for embedded captions Source.
-
#file_source_settings ⇒ Types::FileSourceSettings
If your input captions are SCC, SMI, SRT, STL, TTML, WebVTT, or IMSC 1.1 in an xml file, specify the URI of the input caption source file.
-
#source_type ⇒ String
Use Source to identify the format of your input captions.
-
#teletext_source_settings ⇒ Types::TeletextSourceSettings
Settings specific to Teletext caption sources, including Page number.
-
#track_source_settings ⇒ Types::TrackSourceSettings
Settings specific to caption sources that are specified by track number.
-
#webvtt_hls_source_settings ⇒ Types::WebvttHlsSourceSettings
Settings specific to WebVTT sources in HLS alternative rendition group.
Instance Attribute Details
#ancillary_source_settings ⇒ Types::AncillarySourceSettings
Settings for ancillary captions source.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2041 class CaptionSourceSettings < Struct.new( :ancillary_source_settings, :dvb_sub_source_settings, :embedded_source_settings, :file_source_settings, :source_type, :teletext_source_settings, :track_source_settings, :webvtt_hls_source_settings) SENSITIVE = [] include Aws::Structure end |
#dvb_sub_source_settings ⇒ Types::DvbSubSourceSettings
DVB Sub Source Settings
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2041 class CaptionSourceSettings < Struct.new( :ancillary_source_settings, :dvb_sub_source_settings, :embedded_source_settings, :file_source_settings, :source_type, :teletext_source_settings, :track_source_settings, :webvtt_hls_source_settings) SENSITIVE = [] include Aws::Structure end |
#embedded_source_settings ⇒ Types::EmbeddedSourceSettings
Settings for embedded captions Source
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2041 class CaptionSourceSettings < Struct.new( :ancillary_source_settings, :dvb_sub_source_settings, :embedded_source_settings, :file_source_settings, :source_type, :teletext_source_settings, :track_source_settings, :webvtt_hls_source_settings) SENSITIVE = [] include Aws::Structure end |
#file_source_settings ⇒ Types::FileSourceSettings
If your input captions are SCC, SMI, SRT, STL, TTML, WebVTT, or IMSC 1.1 in an xml file, specify the URI of the input caption source file. If your caption source is IMSC in an IMF package, use TrackSourceSettings instead of FileSoureSettings.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2041 class CaptionSourceSettings < Struct.new( :ancillary_source_settings, :dvb_sub_source_settings, :embedded_source_settings, :file_source_settings, :source_type, :teletext_source_settings, :track_source_settings, :webvtt_hls_source_settings) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
Use Source to identify the format of your input captions. The service cannot auto-detect caption format.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2041 class CaptionSourceSettings < Struct.new( :ancillary_source_settings, :dvb_sub_source_settings, :embedded_source_settings, :file_source_settings, :source_type, :teletext_source_settings, :track_source_settings, :webvtt_hls_source_settings) SENSITIVE = [] include Aws::Structure end |
#teletext_source_settings ⇒ Types::TeletextSourceSettings
Settings specific to Teletext caption sources, including Page number.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2041 class CaptionSourceSettings < Struct.new( :ancillary_source_settings, :dvb_sub_source_settings, :embedded_source_settings, :file_source_settings, :source_type, :teletext_source_settings, :track_source_settings, :webvtt_hls_source_settings) SENSITIVE = [] include Aws::Structure end |
#track_source_settings ⇒ Types::TrackSourceSettings
Settings specific to caption sources that are specified by track number. Currently, this is only IMSC captions in an IMF package. If your caption source is IMSC 1.1 in a separate xml file, use FileSourceSettings instead of TrackSourceSettings.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2041 class CaptionSourceSettings < Struct.new( :ancillary_source_settings, :dvb_sub_source_settings, :embedded_source_settings, :file_source_settings, :source_type, :teletext_source_settings, :track_source_settings, :webvtt_hls_source_settings) SENSITIVE = [] include Aws::Structure end |
#webvtt_hls_source_settings ⇒ Types::WebvttHlsSourceSettings
Settings specific to WebVTT sources in HLS alternative rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique subtitle track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the specified properties, the job fails. If there is only one subtitle track in the rendition group, the settings can be left empty and the default subtitle track will be chosen. If your caption source is a sidecar file, use FileSourceSettings instead of WebvttHlsSourceSettings.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2041 class CaptionSourceSettings < Struct.new( :ancillary_source_settings, :dvb_sub_source_settings, :embedded_source_settings, :file_source_settings, :source_type, :teletext_source_settings, :track_source_settings, :webvtt_hls_source_settings) SENSITIVE = [] include Aws::Structure end |