| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.clone() |
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withDASHFragmentSelector(DASHFragmentSelector dASHFragmentSelector)
The time range of the requested fragment and the source of the timestamps.
|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withDisplayFragmentNumber(DASHDisplayFragmentNumber displayFragmentNumber)
Fragments are identified in the manifest file based on their sequence number in the session.
|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withDisplayFragmentNumber(String displayFragmentNumber)
Fragments are identified in the manifest file based on their sequence number in the session.
|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withDisplayFragmentTimestamp(DASHDisplayFragmentTimestamp displayFragmentTimestamp)
Per the MPEG-DASH specification, the wall-clock time of fragments in the manifest file can be derived using
attributes in the manifest itself.
|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withDisplayFragmentTimestamp(String displayFragmentTimestamp)
Per the MPEG-DASH specification, the wall-clock time of fragments in the manifest file can be derived using
attributes in the manifest itself.
|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withExpires(Integer expires)
The time in seconds until the requested session expires.
|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withMaxManifestFragmentResults(Long maxManifestFragmentResults)
The maximum number of fragments that are returned in the MPEG-DASH manifest.
|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withPlaybackMode(DASHPlaybackMode playbackMode)
Whether to retrieve live, live replay, or archived, on-demand data.
|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withPlaybackMode(String playbackMode)
Whether to retrieve live, live replay, or archived, on-demand data.
|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream for which to retrieve the MPEG-DASH manifest URL.
|
GetDASHStreamingSessionURLRequest |
GetDASHStreamingSessionURLRequest.withStreamName(String streamName)
The name of the stream for which to retrieve the MPEG-DASH manifest URL.
|
Copyright © 2025. All rights reserved.