Class MotionImageInsertionFramerate
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.MotionImageInsertionFramerate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MotionImageInsertionFramerate.Builder,MotionImageInsertionFramerate>
@Generated("software.amazon.awssdk:codegen") public final class MotionImageInsertionFramerate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MotionImageInsertionFramerate.Builder,MotionImageInsertionFramerate>
For motion overlays that don't have a built-in frame rate, specify the frame rate of the overlay in frames per second, as a fraction. For example, specify 24 fps as 24/1. The overlay frame rate doesn't need to match the frame rate of the underlying video.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMotionImageInsertionFramerate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MotionImageInsertionFramerate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerframerateDenominator()The bottom of the fraction that expresses your overlay frame rate.IntegerframerateNumerator()The top of the fraction that expresses your overlay frame rate.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends MotionImageInsertionFramerate.Builder>serializableBuilderClass()MotionImageInsertionFramerate.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
framerateDenominator
public final Integer framerateDenominator()
The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 1.- Returns:
- The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 1.
-
framerateNumerator
public final Integer framerateNumerator()
The top of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 24.- Returns:
- The top of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 24.
-
toBuilder
public MotionImageInsertionFramerate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MotionImageInsertionFramerate.Builder,MotionImageInsertionFramerate>
-
builder
public static MotionImageInsertionFramerate.Builder builder()
-
serializableBuilderClass
public static Class<? extends MotionImageInsertionFramerate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-