public sealed class TextStream : IMessage<TextStream>, IEquatable<TextStream>, IDeepCloneable<TextStream>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class TextStream.
Encoding of a text stream. For example, closed captions or subtitles.
Implements
IMessageTextStream, IEquatableTextStream, IDeepCloneableTextStream, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.LiveStreamV1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
TextStream()
public TextStream()TextStream(TextStream)
public TextStream(TextStream other)| Parameter | |
|---|---|
| Name | Description |
other |
TextStream |
Properties
Codec
public string Codec { get; set; }Required. The codec for this text stream.
Supported text codecs:
cea608cea708
| Property Value | |
|---|---|
| Type | Description |
string |
|