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. channels(Integer channels)Specify the number of audio channels to include in your video generator input.InputVideoGenerator.BuilderInputVideoGenerator.Builder. duration(Integer duration)Specify the duration, in milliseconds, for your video generator input.InputVideoGenerator.BuilderInputVideoGenerator.Builder. framerateDenominator(Integer framerateDenominator)Specify the denominator of the fraction that represents the frame rate for your video generator input.InputVideoGenerator.BuilderInputVideoGenerator.Builder. framerateNumerator(Integer framerateNumerator)Specify the numerator of the fraction that represents the frame rate for your video generator input.InputVideoGenerator.BuilderInputVideoGenerator.Builder. sampleRate(Integer sampleRate)Specify the audio sample rate, in Hz, for the silent audio in your video generator input.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.
-