| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia |
|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia.transform |
| Modifier and Type | Method and Description |
|---|---|
default ResponseInputStream<GetClipResponse> |
KinesisVideoArchivedMediaClient.getClip(GetClipRequest 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(GetClipRequest 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 GetClipResponse |
KinesisVideoArchivedMediaClient.getClip(GetClipRequest 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 CompletableFuture<GetClipResponse> |
KinesisVideoArchivedMediaAsyncClient.getClip(GetClipRequest 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(GetClipRequest 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(GetClipRequest 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 |
|---|---|
SdkHttpFullRequest |
GetClipRequestMarshaller.marshall(GetClipRequest getClipRequest) |
Copyright © 2023. All rights reserved.