Interface VideoStreamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VideoStream
,VideoStream.Builder
public interface VideoStreamOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoStream.CodecSettingsCase
getCodecSettingsCase()
VideoStream.H264CodecSettings
getH264()
H264 codec settings.VideoStream.H264CodecSettingsOrBuilder
getH264OrBuilder()
H264 codec settings.VideoStream.H265CodecSettings
getH265()
H265 codec settings.VideoStream.H265CodecSettingsOrBuilder
getH265OrBuilder()
H265 codec settings.VideoStream.Vp9CodecSettings
getVp9()
VP9 codec settings.VideoStream.Vp9CodecSettingsOrBuilder
getVp9OrBuilder()
VP9 codec settings.boolean
hasH264()
H264 codec settings.boolean
hasH265()
H265 codec settings.boolean
hasVp9()
VP9 codec settings.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasH264
boolean hasH264()
H264 codec settings.
.google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;
- Returns:
- Whether the h264 field is set.
-
getH264
VideoStream.H264CodecSettings getH264()
H264 codec settings.
.google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;
- Returns:
- The h264.
-
getH264OrBuilder
VideoStream.H264CodecSettingsOrBuilder getH264OrBuilder()
H264 codec settings.
.google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;
-
hasH265
boolean hasH265()
H265 codec settings.
.google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;
- Returns:
- Whether the h265 field is set.
-
getH265
VideoStream.H265CodecSettings getH265()
H265 codec settings.
.google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;
- Returns:
- The h265.
-
getH265OrBuilder
VideoStream.H265CodecSettingsOrBuilder getH265OrBuilder()
H265 codec settings.
.google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;
-
hasVp9
boolean hasVp9()
VP9 codec settings.
.google.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;
- Returns:
- Whether the vp9 field is set.
-
getVp9
VideoStream.Vp9CodecSettings getVp9()
VP9 codec settings.
.google.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;
- Returns:
- The vp9.
-
getVp9OrBuilder
VideoStream.Vp9CodecSettingsOrBuilder getVp9OrBuilder()
VP9 codec settings.
.google.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;
-
getCodecSettingsCase
VideoStream.CodecSettingsCase getCodecSettingsCase()
-
-