Interface InputVideoGenerator.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputVideoGenerator.Builder,
,InputVideoGenerator> SdkBuilder<InputVideoGenerator.Builder,
,InputVideoGenerator> SdkPojo
- Enclosing class:
InputVideoGenerator
public static interface InputVideoGenerator.Builder
extends SdkPojo, CopyableBuilder<InputVideoGenerator.Builder,InputVideoGenerator>
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the number of audio channels to include in your video generator input.Specify the duration, in milliseconds, for your video generator input.framerateDenominator
(Integer framerateDenominator) Specify the denominator of the fraction that represents the frame rate for your video generator input.framerateNumerator
(Integer framerateNumerator) Specify the numerator of the fraction that represents the frame rate for your video generator input.sampleRate
(Integer sampleRate) Specify the audio sample rate, in Hz, for the silent audio in your video generator input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
channels
Specify the number of audio channels to include in your video generator input. MediaConvert creates these audio channels as silent audio within a single audio track. Enter an integer from 1 to 32.- Parameters:
channels
- Specify the number of audio channels to include in your video generator input. MediaConvert creates these audio channels as silent audio within a single audio track. Enter an integer from 1 to 32.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
Specify the duration, in milliseconds, for your video generator input. Enter an integer from 50 to 86400000.- Parameters:
duration
- Specify the duration, in milliseconds, for your video generator input. Enter an integer from 50 to 86400000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
framerateDenominator
Specify the denominator of the fraction that represents the frame rate for your video generator input. When you do, you must also specify a value for Frame rate numerator. MediaConvert uses a default frame rate of 29.97 when you leave Frame rate numerator and Frame rate denominator blank.- Parameters:
framerateDenominator
- Specify the denominator of the fraction that represents the frame rate for your video generator input. When you do, you must also specify a value for Frame rate numerator. MediaConvert uses a default frame rate of 29.97 when you leave Frame rate numerator and Frame rate denominator blank.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
framerateNumerator
Specify the numerator of the fraction that represents the frame rate for your video generator input. When you do, you must also specify a value for Frame rate denominator. MediaConvert uses a default frame rate of 29.97 when you leave Frame rate numerator and Frame rate denominator blank.- Parameters:
framerateNumerator
- Specify the numerator of the fraction that represents the frame rate for your video generator input. When you do, you must also specify a value for Frame rate denominator. MediaConvert uses a default frame rate of 29.97 when you leave Frame rate numerator and Frame rate denominator blank.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sampleRate
Specify the audio sample rate, in Hz, for the silent audio in your video generator input. Enter an integer from 32000 to 48000.- Parameters:
sampleRate
- Specify the audio sample rate, in Hz, for the silent audio in your video generator input. Enter an integer from 32000 to 48000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-