Class CaptionSourceFramerate
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.CaptionSourceFramerate
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>
@Generated("software.amazon.awssdk:codegen") public final class CaptionSourceFramerate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>
Ignore this setting unless your input captions format is SCC. To have the service compensate for differing frame rates between your input captions and input video, specify the frame rate of the captions file. Specify this value as a fraction. For example, you might specify 24 / 1 for 24 fps, 25 / 1 for 25 fps, 24000 / 1001 for 23.976 fps, or 30000 / 1001 for 29.97 fps.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CaptionSourceFramerate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CaptionSourceFramerate.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
Integer
framerateDenominator()
Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate.Integer
framerateNumerator()
Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends CaptionSourceFramerate.Builder>
serializableBuilderClass()
CaptionSourceFramerate.Builder
toBuilder()
String
toString()
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()
Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate numerator.- Returns:
- Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate numerator.
-
framerateNumerator
public final Integer framerateNumerator()
Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate denominator.- Returns:
- Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate denominator.
-
toBuilder
public CaptionSourceFramerate.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>
-
builder
public static CaptionSourceFramerate.Builder builder()
-
serializableBuilderClass
public static Class<? extends CaptionSourceFramerate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-