Class: Aws::MediaConvert::Types::CaptionSourceSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ancillary_source_settingsTypes::AncillarySourceSettings

Settings for ancillary captions source.



1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1967

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_settingsTypes::DvbSubSourceSettings

DVB Sub Source Settings



1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1967

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_settingsTypes::EmbeddedSourceSettings

Settings for embedded captions Source



1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1967

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_settingsTypes::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.



1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1967

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_typeString

Use Source to identify the format of your input captions. The service cannot auto-detect caption format.

Returns:

  • (String)


1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1967

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_settingsTypes::TeletextSourceSettings

Settings specific to Teletext caption sources, including Page number.



1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1967

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_settingsTypes::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.



1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1967

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_settingsTypes::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.



1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1967

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