Uses of Class
software.amazon.awssdk.services.mediaconvert.model.PadVideo
-
Packages that use PadVideo Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of PadVideo in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return PadVideo Modifier and Type Method Description static PadVideoPadVideo. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PadVideoVideoSelector. padVideo()Use this setting if your input has video and audio durations that don't align, and your output or player has strict alignment requirements.static PadVideoPadVideo. valueOf(String name)Returns the enum constant of this type with the specified name.static PadVideo[]PadVideo. 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 PadVideo Modifier and Type Method Description static Set<PadVideo>PadVideo. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type PadVideo Modifier and Type Method Description VideoSelector.BuilderVideoSelector.Builder. padVideo(PadVideo padVideo)Use this setting if your input has video and audio durations that don't align, and your output or player has strict alignment requirements.
-