| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static Range |
Range.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Range |
Fmtp.range()
The encoding range of the video.
|
Range |
FmtpRequest.range()
The encoding range of the video.
|
static Range |
Range.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range[] |
Range.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<Range> |
Range.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Fmtp.Builder |
Fmtp.Builder.range(Range range)
The encoding range of the video.
|
FmtpRequest.Builder |
FmtpRequest.Builder.range(Range range)
The encoding range of the video.
|
Copyright © 2021. All rights reserved.