| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia.model |
| Modifier and Type | Method and Description |
|---|---|
static HLSPlaybackMode |
HLSPlaybackMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HLSPlaybackMode |
GetHlsStreamingSessionUrlRequest.playbackMode()
Whether to retrieve live, live replay, or archived, on-demand data.
|
static HLSPlaybackMode |
HLSPlaybackMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HLSPlaybackMode[] |
HLSPlaybackMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HLSPlaybackMode> |
HLSPlaybackMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetHlsStreamingSessionUrlRequest.Builder |
GetHlsStreamingSessionUrlRequest.Builder.playbackMode(HLSPlaybackMode playbackMode)
Whether to retrieve live, live replay, or archived, on-demand data.
|
Copyright © 2023. All rights reserved.