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