Class TextStream (0.1.4)

TextStream(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attribute

NameDescription
codec str
Required. The codec for this text stream. Supported text codecs: - ``cea608`` - ``cea708``

Inheritance

builtins.object > proto.message.Message > TextStream