| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia |
|
| 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 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.
|
Copyright © 2023. All rights reserved.