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