| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
InputVideoGenerator |
InputVideoGenerator.clone() |
InputVideoGenerator |
Input.getVideoGenerator()
When you include Video generator, MediaConvert creates a video input with black frames.
|
InputVideoGenerator |
InputVideoGenerator.withDuration(Integer duration)
Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that
many milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setVideoGenerator(InputVideoGenerator videoGenerator)
When you include Video generator, MediaConvert creates a video input with black frames.
|
Input |
Input.withVideoGenerator(InputVideoGenerator videoGenerator)
When you include Video generator, MediaConvert creates a video input with black frames.
|
Copyright © 2024. All rights reserved.