public static interface Overlay.AnimationStaticOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStartTimeOffset()
public abstract Duration getStartTimeOffset()The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Type | Description |
| Duration | The startTimeOffset. |
getStartTimeOffsetOrBuilder()
public abstract DurationOrBuilder getStartTimeOffsetOrBuilder()The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Type | Description |
| DurationOrBuilder |
getXy()
public abstract Overlay.NormalizedCoordinate getXy() Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Type | Description |
| Overlay.NormalizedCoordinate | The xy. |
getXyOrBuilder()
public abstract Overlay.NormalizedCoordinateOrBuilder getXyOrBuilder() Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Type | Description |
| Overlay.NormalizedCoordinateOrBuilder |
hasStartTimeOffset()
public abstract boolean hasStartTimeOffset()The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;
| Type | Description |
| boolean | Whether the startTimeOffset field is set. |
hasXy()
public abstract boolean hasXy() Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output video.
.google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
| Type | Description |
| boolean | Whether the xy field is set. |