Class TextStream.Types.TextMapping (1.0.0)

public sealed class TextMapping : IMessage<TextStream.Types.TextMapping>, IEquatable<TextStream.Types.TextMapping>, IDeepCloneable<TextStream.Types.TextMapping>, IBufferMessage, IMessage

The mapping for the Job.edit_list atoms with text EditAtom.inputs.

Inheritance

Object > TextStream.Types.TextMapping

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

TextMapping()

public TextMapping()

TextMapping(TextStream.Types.TextMapping)

public TextMapping(TextStream.Types.TextMapping other)
Parameter
NameDescription
otherTextStream.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
TypeDescription
String

InputKey

public string InputKey { get; set; }

Required. The Input.key that identifies the input file.

Property Value
TypeDescription
String

InputTrack

public int InputTrack { get; set; }

Required. The zero-based index of the track in the input file.

Property Value
TypeDescription
Int32