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> 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 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 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 <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.
|