| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerFormat |
GetHlsStreamingSessionUrlRequest.containerFormat()
Specifies which format should be used for packaging the media.
|
static ContainerFormat |
ContainerFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ContainerFormat |
ContainerFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerFormat[] |
ContainerFormat.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<ContainerFormat> |
ContainerFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetHlsStreamingSessionUrlRequest.Builder |
GetHlsStreamingSessionUrlRequest.Builder.containerFormat(ContainerFormat containerFormat)
Specifies which format should be used for packaging the media.
|
Copyright © 2023. All rights reserved.