Class TextStream (1.0.0-beta04)

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

Encoding of a text stream. For example, closed captions or subtitles.

Inheritance

Object > TextStream

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

TextStream()

public TextStream()

TextStream(TextStream)

public TextStream(TextStream other)
Parameter
NameDescription
otherTextStream

Properties

Codec

public string Codec { get; set; }

The codec for this text stream. The default is &quot;webvtt&quot;.

Supported text codecs:

  • 'srt'
  • 'ttml'
  • 'cea608'
  • 'cea708'
  • 'webvtt'
Property Value
TypeDescription
String

LanguageCode

public string LanguageCode { get; set; }

Required. The BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

Property Value
TypeDescription
String

Mapping

public RepeatedField<TextStream.Types.TextAtom> Mapping { get; }

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

Property Value
TypeDescription
RepeatedField<TextStream.Types.TextAtom>