| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
GetImagesResult |
AmazonKinesisVideoArchivedMediaClient.getImages(GetImagesRequest request)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
GetImagesResult |
AmazonKinesisVideoArchivedMedia.getImages(GetImagesRequest getImagesRequest)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
GetImagesResult |
AbstractAmazonKinesisVideoArchivedMedia.getImages(GetImagesRequest request) |
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsyncClient.getImagesAsync(GetImagesRequest request) |
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest getImagesRequest)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
Future<GetImagesResult> |
AbstractAmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest request) |
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsyncClient.getImagesAsync(GetImagesRequest request,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler) |
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest getImagesRequest,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
Future<GetImagesResult> |
AbstractAmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest request,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsyncClient.getImagesAsync(GetImagesRequest request,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler) |
Future<GetImagesResult> |
AmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest getImagesRequest,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler)
Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
Future<GetImagesResult> |
AbstractAmazonKinesisVideoArchivedMediaAsync.getImagesAsync(GetImagesRequest request,
AsyncHandler<GetImagesRequest,GetImagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetImagesRequest |
GetImagesRequest.addFormatConfigEntry(String key,
String value)
Add a single FormatConfig entry
|
GetImagesRequest |
GetImagesRequest.clearFormatConfigEntries()
Removes all the entries added into FormatConfig.
|
GetImagesRequest |
GetImagesRequest.clone() |
GetImagesRequest |
GetImagesRequest.withEndTimestamp(Date endTimestamp)
The end timestamp for the range of images to be generated.
|
GetImagesRequest |
GetImagesRequest.withFormat(Format format)
The format that will be used to encode the image.
|
GetImagesRequest |
GetImagesRequest.withFormat(String format)
The format that will be used to encode the image.
|
GetImagesRequest |
GetImagesRequest.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.
|
GetImagesRequest |
GetImagesRequest.withHeightPixels(Integer heightPixels)
The height of the output image that is used in conjunction with the
WidthPixels parameter. |
GetImagesRequest |
GetImagesRequest.withImageSelectorType(ImageSelectorType imageSelectorType)
The origin of the Server or Producer timestamps to use to generate the images.
|
GetImagesRequest |
GetImagesRequest.withImageSelectorType(String imageSelectorType)
The origin of the Server or Producer timestamps to use to generate the images.
|
GetImagesRequest |
GetImagesRequest.withMaxResults(Long maxResults)
The maximum number of images to be returned by the API.
|
GetImagesRequest |
GetImagesRequest.withNextToken(String nextToken)
A token that specifies where to start paginating the next set of Images.
|
GetImagesRequest |
GetImagesRequest.withSamplingInterval(Integer samplingInterval)
The time interval in milliseconds (ms) at which the images need to be generated from the stream.
|
GetImagesRequest |
GetImagesRequest.withStartTimestamp(Date startTimestamp)
The starting point from which the images should be generated.
|
GetImagesRequest |
GetImagesRequest.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream from which to retrieve the images.
|
GetImagesRequest |
GetImagesRequest.withStreamName(String streamName)
The name of the stream from which to retrieve the images.
|
GetImagesRequest |
GetImagesRequest.withWidthPixels(Integer widthPixels)
The width of the output image that is used in conjunction with the
HeightPixels parameter. |
Copyright © 2023. All rights reserved.