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 |
|
---|---|
Name | Description |
key |
str
A unique key for this elementary stream. |
video_stream |
google.cloud.video.transcoder_v1.types.VideoStream
Encoding of a video stream. This field is a member of oneof _ elementary_stream .
|
audio_stream |
google.cloud.video.transcoder_v1.types.AudioStream
Encoding of an audio stream. This field is a member of oneof _ elementary_stream .
|
text_stream |
google.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 .
|