Transcoder v1 API - Class TextStream.Types.TextMapping (2.10.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 [JobConfig.edit_list][google.cloud.video.transcoder.v1.JobConfig.edit_list] atoms with text [EditAtom.inputs][google.cloud.video.transcoder.v1.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(TextMapping)

public TextMapping(TextStream.Types.TextMapping other)
Parameter
Name Description
other TextStreamTypesTextMapping

Properties

AtomKey

public string AtomKey { get; set; }

Required. The [EditAtom.key][google.cloud.video.transcoder.v1.EditAtom.key] that references atom with text inputs in the [JobConfig.edit_list][google.cloud.video.transcoder.v1.JobConfig.edit_list].

Property Value
Type Description
string

InputKey

public string InputKey { get; set; }

Required. The [Input.key][google.cloud.video.transcoder.v1.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