Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.F4vSettings.Builder
-
Packages that use F4vSettings.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of F4vSettings.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return F4vSettings.Builder Modifier and Type Method Description static F4vSettings.BuilderF4vSettings. builder()F4vSettings.BuilderF4vSettings.Builder. moovPlacement(String moovPlacement)To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download.F4vSettings.BuilderF4vSettings.Builder. moovPlacement(F4vMoovPlacement moovPlacement)To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download.F4vSettings.BuilderF4vSettings. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type F4vSettings.Builder Modifier and Type Method Description static Class<? extends F4vSettings.Builder>F4vSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type F4vSettings.Builder Modifier and Type Method Description default ContainerSettings.BuilderContainerSettings.Builder. f4vSettings(Consumer<F4vSettings.Builder> f4vSettings)Settings for F4v container This is a convenience method that creates an instance of theF4vSettings.Builderavoiding the need to create one manually viaF4vSettings.builder().
-