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.
Attributes | |
---|---|
Name | Description |
key |
str
A unique key for this elementary stream. |
video_stream |
google.cloud.video.transcoder_v1beta1.types.VideoStream
Encoding of a video stream. |
audio_stream |
google.cloud.video.transcoder_v1beta1.types.AudioStream
Encoding of an audio stream. |
text_stream |
google.cloud.video.transcoder_v1beta1.types.TextStream
Encoding of a text stream. For example, closed captions or subtitles. |