Class TextStream (1.3.1)

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

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

Attributes

NameDescription
codec str
The codec for this text stream. The default is ``webvtt``. Supported text codecs: - ``srt`` - ``ttml`` - ``cea608`` - ``cea708`` - ``webvtt``
mapping_ Sequence[google.cloud.video.transcoder_v1.types.TextStream.TextMapping]
The mapping for the ``Job.edit_list`` atoms with text ``EditAtom.inputs``.

Inheritance

builtins.object > proto.message.Message > TextStream

Classes

TextMapping

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

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