Class TextStream.Types.TextAtom.Types.TextInput (1.0.0-beta03)

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

Identifies which input file and track should be used.

Inheritance

Object > TextStream.Types.TextAtom.Types.TextInput

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

TextInput()

public TextInput()

TextInput(TextStream.Types.TextAtom.Types.TextInput)

public TextInput(TextStream.Types.TextAtom.Types.TextInput other)
Parameter
NameDescription
otherTextStream.Types.TextAtom.Types.TextInput

Properties

Key

public string Key { get; set; }

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

Property Value
TypeDescription
String

Track

public int Track { get; set; }

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

Property Value
TypeDescription
Int32