Interface ElementaryStreamOrBuilder

public interface ElementaryStreamOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudioStream()

public abstract AudioStream getAudioStream()

Encoding of an audio stream.

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

Returns
TypeDescription
AudioStream

The audioStream.

getAudioStreamOrBuilder()

public abstract AudioStreamOrBuilder getAudioStreamOrBuilder()

Encoding of an audio stream.

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

Returns
TypeDescription
AudioStreamOrBuilder

getElementaryStreamCase()

public abstract ElementaryStream.ElementaryStreamCase getElementaryStreamCase()
Returns
TypeDescription
ElementaryStream.ElementaryStreamCase

getKey()

public abstract String getKey()

A unique key for this elementary stream.

string key = 4;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

A unique key for this elementary stream.

string key = 4;

Returns
TypeDescription
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.v1beta1.TextStream text_stream = 3;

Returns
TypeDescription
TextStream

The textStream.

getTextStreamOrBuilder()

public abstract TextStreamOrBuilder getTextStreamOrBuilder()

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

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

Returns
TypeDescription
TextStreamOrBuilder

getVideoStream()

public abstract VideoStream getVideoStream()

Encoding of a video stream.

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

Returns
TypeDescription
VideoStream

The videoStream.

getVideoStreamOrBuilder()

public abstract VideoStreamOrBuilder getVideoStreamOrBuilder()

Encoding of a video stream.

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

Returns
TypeDescription
VideoStreamOrBuilder

hasAudioStream()

public abstract boolean hasAudioStream()

Encoding of an audio stream.

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

Returns
TypeDescription
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.v1beta1.TextStream text_stream = 3;

Returns
TypeDescription
boolean

Whether the textStream field is set.

hasVideoStream()

public abstract boolean hasVideoStream()

Encoding of a video stream.

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

Returns
TypeDescription
boolean

Whether the videoStream field is set.