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.

A source file for the input sidecar captions used during the transcoding process.

Inheritance Hierarchy

System.Object
  Amazon.ElasticTranscoder.Model.CaptionSource

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

Syntax

C#
public class CaptionSource

The CaptionSource type exposes the following members

Constructors

NameDescription
Public Method CaptionSource()

Properties

NameTypeDescription
Public Property Encryption Amazon.ElasticTranscoder.Model.Encryption

Gets and sets the property Encryption.

The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

Public Property Key System.String

Gets and sets the property Key.

The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

Public Property Label System.String

Gets and sets the property Label.

The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

Public Property Language System.String

Gets and sets the property Language.

A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

  • 2-character ISO 639-1 code

  • 3-character ISO 639-2 code

For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

Public Property TimeOffset System.String

Gets and sets the property TimeOffset.

For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

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