Interface ElementaryStreamOrBuilder (1.79.0)

publicinterface ElementaryStreamOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudioStream()

publicabstractAudioStreamgetAudioStream()

Encoding of an audio stream.

.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;

Returns
Type Description
AudioStream

The audioStream.

getAudioStreamOrBuilder()

publicabstractAudioStreamOrBuildergetAudioStreamOrBuilder()

Encoding of an audio stream.

.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;

Returns
Type Description
AudioStreamOrBuilder

getElementaryStreamCase()

publicabstractElementaryStream.ElementaryStreamCasegetElementaryStreamCase()
Returns
Type Description
ElementaryStream.ElementaryStreamCase

getKey()

publicabstractStringgetKey()

A unique key for this elementary stream.

string key = 4;

Returns
Type Description
String

The key.

getKeyBytes()

publicabstractByteStringgetKeyBytes()

A unique key for this elementary stream.

string key = 4;

Returns
Type Description
ByteString

The bytes for key.

getTextStream()

publicabstractTextStreamgetTextStream()

Encoding of a text stream. For example, closed captions or subtitles.

.google.cloud.video.transcoder.v1.TextStream text_stream = 3;

Returns
Type Description
TextStream

The textStream.

getTextStreamOrBuilder()

publicabstractTextStreamOrBuildergetTextStreamOrBuilder()

Encoding of a text stream. For example, closed captions or subtitles.

.google.cloud.video.transcoder.v1.TextStream text_stream = 3;

Returns
Type Description
TextStreamOrBuilder

getVideoStream()

publicabstractVideoStreamgetVideoStream()

Encoding of a video stream.

.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;

Returns
Type Description
VideoStream

The videoStream.

getVideoStreamOrBuilder()

publicabstractVideoStreamOrBuildergetVideoStreamOrBuilder()

Encoding of a video stream.

.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;

Returns
Type Description
VideoStreamOrBuilder

hasAudioStream()

publicabstractbooleanhasAudioStream()

Encoding of an audio stream.

.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;

Returns
Type Description
boolean

Whether the audioStream field is set.

hasTextStream()

publicabstractbooleanhasTextStream()

Encoding of a text stream. For example, closed captions or subtitles.

.google.cloud.video.transcoder.v1.TextStream text_stream = 3;

Returns
Type Description
boolean

Whether the textStream field is set.

hasVideoStream()

publicabstractbooleanhasVideoStream()

Encoding of a video stream.

.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;

Returns
Type Description
boolean

Whether the videoStream field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.