| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static InputVideoGenerator.Builder |
InputVideoGenerator.builder() |
InputVideoGenerator.Builder |
InputVideoGenerator.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.Builder |
InputVideoGenerator.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputVideoGenerator.Builder> |
InputVideoGenerator.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Input.Builder |
Input.Builder.videoGenerator(Consumer<InputVideoGenerator.Builder> videoGenerator)
When you include Video generator, MediaConvert creates a video input with black frames.
|
Copyright © 2023. All rights reserved.