Interface OverlayOrBuilder (1.61.0)

public interface OverlayOrBuilder extends MessageOrBuilder

Methods

getAnimations(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Overlay.Animation

getAnimationsCount()

public abstract int getAnimationsCount()

List of Animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Returns
TypeDescription
int

getAnimationsList()

public abstract 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;

Returns
TypeDescription
List<Animation>

getAnimationsOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Overlay.AnimationOrBuilder

getAnimationsOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.cloud.video.transcoder.v1.Overlay.AnimationOrBuilder>

getImage()

public abstract Overlay.Image getImage()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
TypeDescription
Overlay.Image

The image.

getImageOrBuilder()

public abstract Overlay.ImageOrBuilder getImageOrBuilder()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
TypeDescription
Overlay.ImageOrBuilder

hasImage()

public abstract boolean hasImage()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
TypeDescription
boolean

Whether the image field is set.