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 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 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(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 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.
|
default GetDashStreamingSessionUrlResponse |
KinesisVideoArchivedMediaClient.getDASHStreamingSessionURL(Consumer<GetDashStreamingSessionUrlRequest.Builder> getDashStreamingSessionUrlRequest) |
Retrieves an MPEG Dynamic Adaptive Streaming over HTTP (DASH) URL for the stream.
|
default GetDashStreamingSessionUrlResponse |
KinesisVideoArchivedMediaClient.getDASHStreamingSessionURL(GetDashStreamingSessionUrlRequest getDashStreamingSessionUrlRequest) |
Retrieves an MPEG Dynamic Adaptive Streaming over HTTP (DASH) URL for the stream.
|
default GetHlsStreamingSessionUrlResponse |
KinesisVideoArchivedMediaClient.getHLSStreamingSessionURL(Consumer<GetHlsStreamingSessionUrlRequest.Builder> getHlsStreamingSessionUrlRequest) |
Retrieves an HTTP Live Streaming (HLS) URL for the stream.
|
default GetHlsStreamingSessionUrlResponse |
KinesisVideoArchivedMediaClient.getHLSStreamingSessionURL(GetHlsStreamingSessionUrlRequest getHlsStreamingSessionUrlRequest) |
Retrieves an HTTP Live Streaming (HLS) URL for the stream.
|
default GetImagesResponse |
KinesisVideoArchivedMediaClient.getImages(Consumer<GetImagesRequest.Builder> getImagesRequest) |
Retrieves a list of images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
default GetImagesResponse |
KinesisVideoArchivedMediaClient.getImages(GetImagesRequest getImagesRequest) |
Retrieves a list of images corresponding to each timestamp for a given time range, sampling interval, and image
format configuration.
|
default GetImagesIterable |
KinesisVideoArchivedMediaClient.getImagesPaginator(Consumer<GetImagesRequest.Builder> getImagesRequest) |
|
default GetImagesIterable |
KinesisVideoArchivedMediaClient.getImagesPaginator(GetImagesRequest getImagesRequest) |
|