| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
GetClipResult |
AbstractAmazonKinesisVideoArchivedMedia.getClip(GetClipRequest request) |
GetClipResult |
AmazonKinesisVideoArchivedMediaClient.getClip(GetClipRequest request)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
GetClipResult |
AmazonKinesisVideoArchivedMedia.getClip(GetClipRequest getClipRequest)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
Future<GetClipResult> |
AmazonKinesisVideoArchivedMediaAsyncClient.getClipAsync(GetClipRequest request) |
Future<GetClipResult> |
AmazonKinesisVideoArchivedMediaAsync.getClipAsync(GetClipRequest getClipRequest)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
Future<GetClipResult> |
AbstractAmazonKinesisVideoArchivedMediaAsync.getClipAsync(GetClipRequest request) |
Future<GetClipResult> |
AmazonKinesisVideoArchivedMediaAsyncClient.getClipAsync(GetClipRequest request,
AsyncHandler<GetClipRequest,GetClipResult> asyncHandler) |
Future<GetClipResult> |
AmazonKinesisVideoArchivedMediaAsync.getClipAsync(GetClipRequest getClipRequest,
AsyncHandler<GetClipRequest,GetClipResult> asyncHandler)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
Future<GetClipResult> |
AbstractAmazonKinesisVideoArchivedMediaAsync.getClipAsync(GetClipRequest request,
AsyncHandler<GetClipRequest,GetClipResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetClipResult> |
AmazonKinesisVideoArchivedMediaAsyncClient.getClipAsync(GetClipRequest request,
AsyncHandler<GetClipRequest,GetClipResult> asyncHandler) |
Future<GetClipResult> |
AmazonKinesisVideoArchivedMediaAsync.getClipAsync(GetClipRequest getClipRequest,
AsyncHandler<GetClipRequest,GetClipResult> asyncHandler)
Downloads an MP4 file (clip) containing the archived, on-demand media from the specified video stream over the
specified time range.
|
Future<GetClipResult> |
AbstractAmazonKinesisVideoArchivedMediaAsync.getClipAsync(GetClipRequest request,
AsyncHandler<GetClipRequest,GetClipResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetClipRequest |
GetClipRequest.clone() |
GetClipRequest |
GetClipRequest.withClipFragmentSelector(ClipFragmentSelector clipFragmentSelector)
The time range of the requested clip and the source of the timestamps.
|
GetClipRequest |
GetClipRequest.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.
|
GetClipRequest |
GetClipRequest.withStreamName(String streamName)
The name of the stream for which to retrieve the media clip.
|
Copyright © 2022. All rights reserved.