Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.InputVideoGenerator.Builder
-
Packages that use InputVideoGenerator.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of InputVideoGenerator.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return InputVideoGenerator.Builder Modifier and Type Method Description static InputVideoGenerator.BuilderInputVideoGenerator. builder()InputVideoGenerator.BuilderInputVideoGenerator.Builder. duration(Integer duration)Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds.InputVideoGenerator.BuilderInputVideoGenerator. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type InputVideoGenerator.Builder Modifier and Type Method Description static Class<? extends InputVideoGenerator.Builder>InputVideoGenerator. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type InputVideoGenerator.Builder Modifier and Type Method Description default Input.BuilderInput.Builder. videoGenerator(Consumer<InputVideoGenerator.Builder> videoGenerator)When you include Video generator, MediaConvert creates a video input with black frames.
-