Show / Hide Table of Contents

Class TextStream

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

Inheritance
object
TextStream
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class TextStream : IDirectResponseSchema

Properties

Codec

The codec for this text stream. The default is webvtt. Supported text codecs: - srt - ttml - cea608

  • cea708 - webvtt
Declaration
[JsonProperty("codec")]
public virtual string Codec { get; set; }
Property Value
Type Description
string

DisplayName

The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LanguageCode

The BCP-47 language code, such as en-US or sr-Latn. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

Mapping

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

Declaration
[JsonProperty("mapping")]
public virtual IList<TextMapping> Mapping { get; set; }
Property Value
Type Description
IList<TextMapping>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX