public interface ElementaryStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AudioStream |
getAudioStream()
Encoding of an audio stream.
|
AudioStreamOrBuilder |
getAudioStreamOrBuilder()
Encoding of an audio stream.
|
ElementaryStream.ElementaryStreamCase |
getElementaryStreamCase() |
String |
getKey()
A unique key for this elementary stream.
|
com.google.protobuf.ByteString |
getKeyBytes()
A unique key for this elementary stream.
|
TextStream |
getTextStream()
Encoding of a text stream.
|
TextStreamOrBuilder |
getTextStreamOrBuilder()
Encoding of a text stream.
|
VideoStream |
getVideoStream()
Encoding of a video stream.
|
VideoStreamOrBuilder |
getVideoStreamOrBuilder()
Encoding of a video stream.
|
boolean |
hasAudioStream()
Encoding of an audio stream.
|
boolean |
hasTextStream()
Encoding of a text stream.
|
boolean |
hasVideoStream()
Encoding of a video stream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
A unique key for this elementary stream.
string key = 4;com.google.protobuf.ByteString getKeyBytes()
A unique key for this elementary stream.
string key = 4;boolean hasVideoStream()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;VideoStream getVideoStream()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;VideoStreamOrBuilder getVideoStreamOrBuilder()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;boolean hasAudioStream()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;AudioStream getAudioStream()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;AudioStreamOrBuilder getAudioStreamOrBuilder()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;boolean hasTextStream()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;TextStream getTextStream()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;TextStreamOrBuilder getTextStreamOrBuilder()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;ElementaryStream.ElementaryStreamCase getElementaryStreamCase()
Copyright © 2022 Google LLC. All rights reserved.