AWS SDK for .NET Documentation
CaptionSource Class
AmazonAmazon.ElasticTranscoder.ModelCaptionSource Did this page help you?   Yes   No    Tell us about it...
A source file for the input sidecar captions used during the transcoding process.
Declaration Syntax
C#
public class CaptionSource
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CaptionSource()()()()
Initializes a new instance of the CaptionSource class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Key
Gets and sets the property Key.

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


Label
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.


Language
Gets and sets the property Language.

A string that specifies the language of the caption. 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.


TimeOffset
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

CopyC#
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.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithKey(String) Obsolete.
Sets the Key property

WithLabel(String) Obsolete.
Sets the Label property

WithLanguage(String) Obsolete.
Sets the Language property

WithTimeOffset(String) Obsolete.
Sets the TimeOffset property

Inheritance Hierarchy
Object
CaptionSource

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)