Class: Google::Cloud::Video::LiveStream::V1::TextStream

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/livestream/v1/outputs.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#codec::String

Returns Required. The codec for this text stream.

Supported text codecs:

  • cea608
  • cea708.

Returns:

  • (::String)

    Required. The codec for this text stream.

    Supported text codecs:

    • cea608
    • cea708


468
469
470
471
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 468

class TextStream
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end