publicstaticfinalclass Overlay.AnimationFadeextendsGeneratedMessageV3implementsOverlay.AnimationFadeOrBuilder
Display overlay object with fade animation.
Protobuf type google.cloud.video.transcoder.v1.Overlay.AnimationFade
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
END_TIME_OFFSET_FIELD_NUMBER
publicstaticfinalintEND_TIME_OFFSET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
FADE_TYPE_FIELD_NUMBER
publicstaticfinalintFADE_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
START_TIME_OFFSET_FIELD_NUMBER
publicstaticfinalintSTART_TIME_OFFSET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
XY_FIELD_NUMBER
publicstaticfinalintXY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticOverlay.AnimationFadegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticOverlay.AnimationFade.BuildernewBuilder()
newBuilder(Overlay.AnimationFade prototype)
publicstaticOverlay.AnimationFade.BuildernewBuilder(Overlay.AnimationFadeprototype)
publicstaticOverlay.AnimationFadeparseDelimitedFrom(InputStreaminput)
publicstaticOverlay.AnimationFadeparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticOverlay.AnimationFadeparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticOverlay.AnimationFadeparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticOverlay.AnimationFadeparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticOverlay.AnimationFadeparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticOverlay.AnimationFadeparseFrom(CodedInputStreaminput)
publicstaticOverlay.AnimationFadeparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticOverlay.AnimationFadeparseFrom(InputStreaminput)
publicstaticOverlay.AnimationFadeparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticOverlay.AnimationFadeparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticOverlay.AnimationFadeparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<Overlay.AnimationFade>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicOverlay.AnimationFadegetDefaultInstanceForType()
getEndTimeOffset()
publicDurationgetEndTimeOffset()
The time to end the fade animation, in seconds. Default:
start_time_offset + 1s
.google.protobuf.Duration end_time_offset = 4;
| Returns |
| Type |
Description |
Duration |
The endTimeOffset.
|
getEndTimeOffsetOrBuilder()
publicDurationOrBuildergetEndTimeOffsetOrBuilder()
The time to end the fade animation, in seconds. Default:
start_time_offset + 1s
.google.protobuf.Duration end_time_offset = 4;
getFadeType()
publicOverlay.FadeTypegetFadeType()
Required. Type of fade animation: FADE_IN or FADE_OUT.
.google.cloud.video.transcoder.v1.Overlay.FadeType fade_type = 1 [(.google.api.field_behavior) = REQUIRED];
getFadeTypeValue()
publicintgetFadeTypeValue()
Required. Type of fade animation: FADE_IN or FADE_OUT.
.google.cloud.video.transcoder.v1.Overlay.FadeType fade_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for fadeType.
|
getParserForType()
publicParser<Overlay.AnimationFade>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getStartTimeOffset()
publicDurationgetStartTimeOffset()
The time to start the fade animation, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 3;
| Returns |
| Type |
Description |
Duration |
The startTimeOffset.
|
getStartTimeOffsetOrBuilder()
publicDurationOrBuildergetStartTimeOffsetOrBuilder()
The time to start the fade animation, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 3;
getXy()
publicOverlay.NormalizedCoordinategetXy()
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 = 2;
getXyOrBuilder()
publicOverlay.NormalizedCoordinateOrBuildergetXyOrBuilder()
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 = 2;
hasEndTimeOffset()
publicbooleanhasEndTimeOffset()
The time to end the fade animation, in seconds. Default:
start_time_offset + 1s
.google.protobuf.Duration end_time_offset = 4;
| Returns |
| Type |
Description |
boolean |
Whether the endTimeOffset field is set.
|
hasStartTimeOffset()
publicbooleanhasStartTimeOffset()
The time to start the fade animation, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 3;
| Returns |
| Type |
Description |
boolean |
Whether the startTimeOffset field is set.
|
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 = 2;
| Returns |
| Type |
Description |
boolean |
Whether the xy field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicOverlay.AnimationFade.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedOverlay.AnimationFade.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicOverlay.AnimationFade.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides