| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia |
|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia.model |
| Modifier and Type | Method and Description |
|---|---|
default ResponseInputStream<GetClipResponse> |
KinesisVideoArchivedMediaClient.getClip(Consumer<GetClipRequest.Builder> getClipRequest)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
default <ReturnT> CompletableFuture<ReturnT> |
KinesisVideoArchivedMediaAsyncClient.getClip(Consumer<GetClipRequest.Builder> getClipRequest,
AsyncResponseTransformer<GetClipResponse,ReturnT> asyncResponseTransformer)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
default CompletableFuture<GetClipResponse> |
KinesisVideoArchivedMediaAsyncClient.getClip(Consumer<GetClipRequest.Builder> getClipRequest,
Path destinationPath)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
default GetClipResponse |
KinesisVideoArchivedMediaClient.getClip(Consumer<GetClipRequest.Builder> getClipRequest,
Path destinationPath)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
default <ReturnT> ReturnT |
KinesisVideoArchivedMediaClient.getClip(Consumer<GetClipRequest.Builder> getClipRequest,
ResponseTransformer<GetClipResponse,ReturnT> responseTransformer)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
default ResponseBytes<GetClipResponse> |
KinesisVideoArchivedMediaClient.getClipAsBytes(Consumer<GetClipRequest.Builder> getClipRequest)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
static GetClipRequest.Builder |
GetClipRequest.builder() |
GetClipRequest.Builder |
GetClipRequest.Builder.clipFragmentSelector(ClipFragmentSelector clipFragmentSelector)
The time range of the requested clip and the source of the timestamps.
|
default GetClipRequest.Builder |
GetClipRequest.Builder.clipFragmentSelector(Consumer<ClipFragmentSelector.Builder> clipFragmentSelector)
The time range of the requested clip and the source of the timestamps.
|
GetClipRequest.Builder |
GetClipRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetClipRequest.Builder |
GetClipRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetClipRequest.Builder |
GetClipRequest.Builder.streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.
|
GetClipRequest.Builder |
GetClipRequest.Builder.streamName(String streamName)
The name of the stream for which to retrieve the media clip.
|
GetClipRequest.Builder |
GetClipRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetClipRequest.Builder> |
GetClipRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.