Class SccDestinationSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.SccDestinationSettings
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SccDestinationSettings.Builder,SccDestinationSettings>
@Generated("software.amazon.awssdk:codegen") public final class SccDestinationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SccDestinationSettings.Builder,SccDestinationSettings>
Settings related to SCC captions. SCC is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/scc-srt-output-captions.html.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SccDestinationSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SccDestinationSettings.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
SccDestinationFramerate
framerate()
Set Framerate to make sure that the captions and the video are synchronized in the output.String
framerateAsString()
Set Framerate to make sure that the captions and the video are synchronized in the output.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends SccDestinationSettings.Builder>
serializableBuilderClass()
SccDestinationSettings.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
-
framerate
public final SccDestinationFramerate framerate()
Set Framerate to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe.If the service returns an enum value that is not available in the current SDK version,
framerate
will returnSccDestinationFramerate.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromframerateAsString()
.- Returns:
- Set Framerate to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe.
- See Also:
SccDestinationFramerate
-
framerateAsString
public final String framerateAsString()
Set Framerate to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe.If the service returns an enum value that is not available in the current SDK version,
framerate
will returnSccDestinationFramerate.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromframerateAsString()
.- Returns:
- Set Framerate to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe.
- See Also:
SccDestinationFramerate
-
toBuilder
public SccDestinationSettings.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SccDestinationSettings.Builder,SccDestinationSettings>
-
builder
public static SccDestinationSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends SccDestinationSettings.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-