public static interface Overlay.AnimationStaticOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getStartTimeOffset()
The time to start displaying the overlay object, in seconds.
|
com.google.protobuf.DurationOrBuilder |
getStartTimeOffsetOrBuilder()
The time to start displaying the overlay object, in seconds.
|
Overlay.NormalizedCoordinate |
getXy()
Normalized coordinates based on output video resolution.
|
Overlay.NormalizedCoordinateOrBuilder |
getXyOrBuilder()
Normalized coordinates based on output video resolution.
|
boolean |
hasStartTimeOffset()
The time to start displaying the overlay object, in seconds.
|
boolean |
hasXy()
Normalized coordinates based on output video resolution.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;boolean hasStartTimeOffset()
The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;com.google.protobuf.Duration getStartTimeOffset()
The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;com.google.protobuf.DurationOrBuilder getStartTimeOffsetOrBuilder()
The time to start displaying the overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 2;Copyright © 2022 Google LLC. All rights reserved.