public sealed class TextStream.Types.TextMapping : IMessage<TextStream.Types.TextMapping>, IEquatable<TextStream.Types.TextMapping>, IDeepCloneable<TextStream.Types.TextMapping>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class TextStream.Types.TextMapping.
The mapping for the Job.edit_list
atoms with text EditAtom.inputs
.
Implements
IMessageTextStreamTypesTextMapping, IEquatableTextStreamTypesTextMapping, IDeepCloneableTextStreamTypesTextMapping, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
TextMapping()
public TextMapping()
TextMapping(TextMapping)
public TextMapping(TextStream.Types.TextMapping other)
Parameter | |
---|---|
Name | Description |
other |
TextStreamTypesTextMapping |
Properties
AtomKey
public string AtomKey { get; set; }
Required. The EditAtom.key
that references atom with text inputs in the
Job.edit_list
.
Property Value | |
---|---|
Type | Description |
string |
InputKey
public string InputKey { get; set; }
Required. The Input.key
that identifies the input file.
Property Value | |
---|---|
Type | Description |
string |
InputTrack
public int InputTrack { get; set; }
Required. The zero-based index of the track in the input file.
Property Value | |
---|---|
Type | Description |
int |