Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::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) — 
Required. The codec for this text stream.
Supported text codecs:
cea608cea708webvtt
 
#codec=
def codec=(value) -> ::String Parameter 
 -  value (::String) — 
Required. The codec for this text stream.
Supported text codecs:
cea608cea708webvtt
 
 Returns 
 -  (::String) — 
Required. The codec for this text stream.
Supported text codecs:
cea608cea708webvtt
 
#display_name
def display_name() -> ::String Returns 
 - (::String) — Optional. The name for this particular text stream that will be added to the HLS/DASH manifest.
 
#display_name=
def display_name=(value) -> ::String Parameter 
 - value (::String) — Optional. The name for this particular text stream that will be added to the HLS/DASH manifest.
 
 Returns 
 - (::String) — Optional. The name for this particular text stream that will be added to the HLS/DASH manifest.
 
#language_code
def language_code() -> ::String Returns 
 -  (::String) — Optional. The BCP-47 language code, such as 
en-USorsr-Latn. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. 
#language_code=
def language_code=(value) -> ::String Parameter 
 -  value (::String) — Optional. The BCP-47 language code, such as 
en-USorsr-Latn. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. 
 Returns 
 -  (::String) — Optional. The BCP-47 language code, such as 
en-USorsr-Latn. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. 
#mapping
def mapping() -> ::Array<::Google::Cloud::Video::LiveStream::V1::TextStream::TextMapping> Returns 
 - (::Array<::Google::Cloud::Video::LiveStream::V1::TextStream::TextMapping>) — Optional. The mapping for the input streams and text tracks.
 
#mapping=
def mapping=(value) -> ::Array<::Google::Cloud::Video::LiveStream::V1::TextStream::TextMapping> Parameter 
 - value (::Array<::Google::Cloud::Video::LiveStream::V1::TextStream::TextMapping>) — Optional. The mapping for the input streams and text tracks.
 
 Returns 
 - (::Array<::Google::Cloud::Video::LiveStream::V1::TextStream::TextMapping>) — Optional. The mapping for the input streams and text tracks.
 
#output_cea_channel
def output_cea_channel() -> ::String Returns  
 #output_cea_channel=
def output_cea_channel=(value) -> ::String Parameter