Interface VideoStreamOrBuilder (1.43.0)

publicinterface VideoStreamOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCodecSettingsCase()

publicabstractVideoStream.CodecSettingsCasegetCodecSettingsCase()
Returns
Type Description
VideoStream.CodecSettingsCase

getH264()

publicabstractVideoStream.H264CodecSettingsgetH264()

H264 codec settings.

.google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;

Returns
Type Description
VideoStream.H264CodecSettings

The h264.

getH264OrBuilder()

publicabstractVideoStream.H264CodecSettingsOrBuildergetH264OrBuilder()

H264 codec settings.

.google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;

Returns
Type Description
VideoStream.H264CodecSettingsOrBuilder

getH265()

publicabstractVideoStream.H265CodecSettingsgetH265()

H265 codec settings.

.google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;

Returns
Type Description
VideoStream.H265CodecSettings

The h265.

getH265OrBuilder()

publicabstractVideoStream.H265CodecSettingsOrBuildergetH265OrBuilder()

H265 codec settings.

.google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;

Returns
Type Description
VideoStream.H265CodecSettingsOrBuilder

getVp9()

publicabstractVideoStream.Vp9CodecSettingsgetVp9()

VP9 codec settings.

.google.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;

Returns
Type Description
VideoStream.Vp9CodecSettings

The vp9.

getVp9OrBuilder()

publicabstractVideoStream.Vp9CodecSettingsOrBuildergetVp9OrBuilder()

VP9 codec settings.

.google.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;

Returns
Type Description
VideoStream.Vp9CodecSettingsOrBuilder

hasH264()

publicabstractbooleanhasH264()

H264 codec settings.

.google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;

Returns
Type Description
boolean

Whether the h264 field is set.

hasH265()

publicabstractbooleanhasH265()

H265 codec settings.

.google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;

Returns
Type Description
boolean

Whether the h265 field is set.

hasVp9()

publicabstractbooleanhasVp9()

VP9 codec settings.

.google.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;

Returns
Type Description
boolean

Whether the vp9 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.