| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
ImageGenerationConfiguration |
ImageGenerationConfiguration.addFormatConfigEntry(String key,
String value)
Add a single FormatConfig entry
|
ImageGenerationConfiguration |
ImageGenerationConfiguration.clearFormatConfigEntries()
Removes all the entries added into FormatConfig.
|
ImageGenerationConfiguration |
ImageGenerationConfiguration.clone() |
ImageGenerationConfiguration |
UpdateImageGenerationConfigurationRequest.getImageGenerationConfiguration()
The structure that contains the information required for the KVS images delivery.
|
ImageGenerationConfiguration |
DescribeImageGenerationConfigurationResult.getImageGenerationConfiguration()
The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
|
ImageGenerationConfiguration |
ImageGenerationConfiguration.withDestinationConfig(ImageGenerationDestinationConfig destinationConfig)
The structure that contains the information required to deliver images to a customer.
|
ImageGenerationConfiguration |
ImageGenerationConfiguration.withFormat(Format format)
The accepted image format.
|
ImageGenerationConfiguration |
ImageGenerationConfiguration.withFormat(String format)
The accepted image format.
|
ImageGenerationConfiguration |
ImageGenerationConfiguration.withFormatConfig(Map<String,String> formatConfig)
The list of a key-value pair structure that contains extra parameters that can be applied when the image is
generated.
|
ImageGenerationConfiguration |
ImageGenerationConfiguration.withHeightPixels(Integer heightPixels)
The height of the output image that is used in conjunction with the
WidthPixels parameter. |
ImageGenerationConfiguration |
ImageGenerationConfiguration.withImageSelectorType(ImageSelectorType imageSelectorType)
The origin of the Server or Producer timestamps to use to generate the images.
|
ImageGenerationConfiguration |
ImageGenerationConfiguration.withImageSelectorType(String imageSelectorType)
The origin of the Server or Producer timestamps to use to generate the images.
|
ImageGenerationConfiguration |
ImageGenerationConfiguration.withSamplingInterval(Integer samplingInterval)
The time interval in milliseconds (ms) at which the images need to be generated from the stream.
|
ImageGenerationConfiguration |
ImageGenerationConfiguration.withStatus(ConfigurationStatus status)
Indicates whether the
ContinuousImageGenerationConfigurations API is enabled or disabled. |
ImageGenerationConfiguration |
ImageGenerationConfiguration.withStatus(String status)
Indicates whether the
ContinuousImageGenerationConfigurations API is enabled or disabled. |
ImageGenerationConfiguration |
ImageGenerationConfiguration.withWidthPixels(Integer widthPixels)
The width of the output image that is used in conjunction with the
HeightPixels parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateImageGenerationConfigurationRequest.setImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the KVS images delivery.
|
void |
DescribeImageGenerationConfigurationResult.setImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
|
UpdateImageGenerationConfigurationRequest |
UpdateImageGenerationConfigurationRequest.withImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the KVS images delivery.
|
DescribeImageGenerationConfigurationResult |
DescribeImageGenerationConfigurationResult.withImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
|
Copyright © 2025. All rights reserved.