Class Google::Cloud::Video::Transcoder::V1beta1::TextStream

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#codec

def codec() -> ::String
Returns
  • (::String) —

    The codec for this text stream. The default is "webvtt".

    Supported text codecs:

    • 'srt'
    • 'ttml'
    • 'cea608'
    • 'cea708'
    • 'webvtt'

#codec=

def codec=(value) -> ::String
Parameter
  • value (::String) —

    The codec for this text stream. The default is "webvtt".

    Supported text codecs:

    • 'srt'
    • 'ttml'
    • 'cea608'
    • 'cea708'
    • 'webvtt'
Returns
  • (::String) —

    The codec for this text stream. The default is "webvtt".

    Supported text codecs:

    • 'srt'
    • 'ttml'
    • 'cea608'
    • 'cea708'
    • 'webvtt'

#language_code

def language_code() -> ::String
Returns
  • (::String) — Required. 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.

#language_code=

def language_code=(value) -> ::String
Parameter
  • value (::String) — Required. 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.
Returns
  • (::String) — Required. 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.

#mapping

def mapping() -> ::Array<::Google::Cloud::Video::Transcoder::V1beta1::TextStream::TextAtom>
Returns

#mapping=

def mapping=(value) -> ::Array<::Google::Cloud::Video::Transcoder::V1beta1::TextStream::TextAtom>
Parameter
Returns