| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetHLSStreamingSessionURLResult> |
AmazonKinesisVideoArchivedMediaAsyncClient.getHLSStreamingSessionURLAsync(GetHLSStreamingSessionURLRequest request,
AsyncHandler<GetHLSStreamingSessionURLRequest,GetHLSStreamingSessionURLResult> asyncHandler) |
Future<GetHLSStreamingSessionURLResult> |
AbstractAmazonKinesisVideoArchivedMediaAsync.getHLSStreamingSessionURLAsync(GetHLSStreamingSessionURLRequest request,
AsyncHandler<GetHLSStreamingSessionURLRequest,GetHLSStreamingSessionURLResult> asyncHandler) |
Future<GetHLSStreamingSessionURLResult> |
AmazonKinesisVideoArchivedMediaAsync.getHLSStreamingSessionURLAsync(GetHLSStreamingSessionURLRequest getHLSStreamingSessionURLRequest,
AsyncHandler<GetHLSStreamingSessionURLRequest,GetHLSStreamingSessionURLResult> asyncHandler)
Retrieves an HTTP Live Streaming (HLS) URL for the stream.
|
| Modifier and Type | Method and Description |
|---|---|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.clone() |
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withContainerFormat(ContainerFormat containerFormat)
Specifies which format should be used for packaging the media.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withContainerFormat(String containerFormat)
Specifies which format should be used for packaging the media.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withDiscontinuityMode(HLSDiscontinuityMode discontinuityMode)
Specifies when flags marking discontinuities between fragments are added to the media playlists.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withDiscontinuityMode(String discontinuityMode)
Specifies when flags marking discontinuities between fragments are added to the media playlists.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withDisplayFragmentTimestamp(HLSDisplayFragmentTimestamp displayFragmentTimestamp)
Specifies when the fragment start timestamps should be included in the HLS media playlist.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withDisplayFragmentTimestamp(String displayFragmentTimestamp)
Specifies when the fragment start timestamps should be included in the HLS media playlist.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withExpires(Integer expires)
The time in seconds until the requested session expires.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withHLSFragmentSelector(HLSFragmentSelector hLSFragmentSelector)
The time range of the requested fragment and the source of the timestamps.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withMaxMediaPlaylistFragmentResults(Long maxMediaPlaylistFragmentResults)
The maximum number of fragments that are returned in the HLS media playlists.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withPlaybackMode(HLSPlaybackMode playbackMode)
Whether to retrieve live, live replay, or archived, on-demand data.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withPlaybackMode(String playbackMode)
Whether to retrieve live, live replay, or archived, on-demand data.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream for which to retrieve the HLS master playlist URL.
|
GetHLSStreamingSessionURLRequest |
GetHLSStreamingSessionURLRequest.withStreamName(String streamName)
The name of the stream for which to retrieve the HLS master playlist URL.
|
Copyright © 2023. All rights reserved.