AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.CaptionSourceSettings

Namespace: Amazon.MediaConvert.Model
Assembly: AWSSDK.MediaConvert.dll
Version: 3.x.y.z

Syntax

C#
public class CaptionSourceSettings

The CaptionSourceSettings type exposes the following members

Constructors

NameDescription
Public Method CaptionSourceSettings()

Properties

NameTypeDescription
Public Property AncillarySourceSettings Amazon.MediaConvert.Model.AncillarySourceSettings

Gets and sets the property AncillarySourceSettings. Settings for ancillary captions source.

Public Property DvbSubSourceSettings Amazon.MediaConvert.Model.DvbSubSourceSettings

Gets and sets the property DvbSubSourceSettings. DVB Sub Source Settings

Public Property EmbeddedSourceSettings Amazon.MediaConvert.Model.EmbeddedSourceSettings

Gets and sets the property EmbeddedSourceSettings. Settings for embedded captions Source

Public Property FileSourceSettings Amazon.MediaConvert.Model.FileSourceSettings

Gets and sets the property 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.

Public Property SourceType Amazon.MediaConvert.CaptionSourceType

Gets and sets the property SourceType. Use Source to identify the format of your input captions. The service cannot auto-detect caption format.

Public Property TeletextSourceSettings Amazon.MediaConvert.Model.TeletextSourceSettings

Gets and sets the property TeletextSourceSettings. Settings specific to Teletext caption sources, including Page number.

Public Property TrackSourceSettings Amazon.MediaConvert.Model.TrackSourceSettings

Gets and sets the property 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.

Public Property WebvttHlsSourceSettings Amazon.MediaConvert.Model.WebvttHlsSourceSettings

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5