Class ElementaryStream (1.9.1)

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

Encoding of an input file such as an audio, video, or text track. Elementary streams must be packaged before mapping and sharing between different output formats.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
keystr
A unique key for this elementary stream.
video_streamgoogle.cloud.video.transcoder_v1.types.VideoStream
Encoding of a video stream. This field is a member of oneof_ elementary_stream.
audio_streamgoogle.cloud.video.transcoder_v1.types.AudioStream
Encoding of an audio stream. This field is a member of oneof_ elementary_stream.
text_streamgoogle.cloud.video.transcoder_v1.types.TextStream
Encoding of a text stream. For example, closed captions or subtitles. This field is a member of oneof_ elementary_stream.