Transcoder v1 API - Class TextStream.Types.TextMapping (2.4.0)

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.

Inheritance

object > TextStream.Types.TextMapping

Namespace

GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

TextMapping()

public TextMapping()

TextMapping(TextMapping)

public TextMapping(TextStream.Types.TextMapping other)
Parameter
NameDescription
otherTextStreamTypesTextMapping

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
int