Uses of Class
software.amazon.awssdk.services.mediaconvert.model.SccDestinationFramerate
-
Packages that use SccDestinationFramerate Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of SccDestinationFramerate in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return SccDestinationFramerate Modifier and Type Method Description SccDestinationFramerateSccDestinationSettings. framerate()Set Framerate to make sure that the captions and the video are synchronized in the output.static SccDestinationFramerateSccDestinationFramerate. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SccDestinationFramerateSccDestinationFramerate. valueOf(String name)Returns the enum constant of this type with the specified name.static SccDestinationFramerate[]SccDestinationFramerate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type SccDestinationFramerate Modifier and Type Method Description static Set<SccDestinationFramerate>SccDestinationFramerate. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type SccDestinationFramerate Modifier and Type Method Description SccDestinationSettings.BuilderSccDestinationSettings.Builder. framerate(SccDestinationFramerate framerate)Set Framerate to make sure that the captions and the video are synchronized in the output.
-