public sealed class 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
IMessage<TextStream.Types.TextMapping>, IEquatable<TextStream.Types.TextMapping>, IDeepCloneable<TextStream.Types.TextMapping>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
TextMapping()
public TextMapping()
TextMapping(TextStream.Types.TextMapping)
public TextMapping(TextStream.Types.TextMapping other)
Parameter | |
---|---|
Name | Description |
other | TextStream.Types.TextMapping |
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 |
Int32 |