public interface ElementaryStreamOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAudioStream()
public abstract AudioStream getAudioStream()Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;
| Type | Description |
| AudioStream | The audioStream. |
getAudioStreamOrBuilder()
public abstract AudioStreamOrBuilder getAudioStreamOrBuilder()Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;
| Type | Description |
| AudioStreamOrBuilder |
getElementaryStreamCase()
public abstract ElementaryStream.ElementaryStreamCase getElementaryStreamCase()| Type | Description |
| ElementaryStream.ElementaryStreamCase |
getKey()
public abstract String getKey()A unique key for this elementary stream.
string key = 4;
| Type | Description |
| String | The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()A unique key for this elementary stream.
string key = 4;
| Type | Description |
| ByteString | The bytes for key. |
getTextStream()
public abstract TextStream getTextStream()Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;
| Type | Description |
| TextStream | The textStream. |
getTextStreamOrBuilder()
public abstract TextStreamOrBuilder getTextStreamOrBuilder()Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;
| Type | Description |
| TextStreamOrBuilder |
getVideoStream()
public abstract VideoStream getVideoStream()Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;
| Type | Description |
| VideoStream | The videoStream. |
getVideoStreamOrBuilder()
public abstract VideoStreamOrBuilder getVideoStreamOrBuilder()Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;
| Type | Description |
| VideoStreamOrBuilder |
hasAudioStream()
public abstract boolean hasAudioStream()Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;
| Type | Description |
| boolean | Whether the audioStream field is set. |
hasTextStream()
public abstract boolean hasTextStream()Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;
| Type | Description |
| boolean | Whether the textStream field is set. |
hasVideoStream()
public abstract boolean hasVideoStream()Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;
| Type | Description |
| boolean | Whether the videoStream field is set. |