public interface OverlayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Overlay.Animation |
getAnimations(int index)
List of Animations.
|
int |
getAnimationsCount()
List of Animations.
|
List<Overlay.Animation> |
getAnimationsList()
List of Animations.
|
Overlay.AnimationOrBuilder |
getAnimationsOrBuilder(int index)
List of Animations.
|
List<? extends Overlay.AnimationOrBuilder> |
getAnimationsOrBuilderList()
List of Animations.
|
Overlay.Image |
getImage()
Image overlay.
|
Overlay.ImageOrBuilder |
getImageOrBuilder()
Image overlay.
|
boolean |
hasImage()
Image overlay.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasImage()
Image overlay.
.google.cloud.video.transcoder.v1.Overlay.Image image = 1;Overlay.Image getImage()
Image overlay.
.google.cloud.video.transcoder.v1.Overlay.Image image = 1;Overlay.ImageOrBuilder getImageOrBuilder()
Image overlay.
.google.cloud.video.transcoder.v1.Overlay.Image image = 1;List<Overlay.Animation> getAnimationsList()
List of Animations. The list should be chronological, without any time overlap.
repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;Overlay.Animation getAnimations(int index)
List of Animations. The list should be chronological, without any time overlap.
repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;int getAnimationsCount()
List of Animations. The list should be chronological, without any time overlap.
repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;List<? extends Overlay.AnimationOrBuilder> getAnimationsOrBuilderList()
List of Animations. The list should be chronological, without any time overlap.
repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;Overlay.AnimationOrBuilder getAnimationsOrBuilder(int index)
List of Animations. The list should be chronological, without any time overlap.
repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;Copyright © 2022 Google LLC. All rights reserved.