| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static InputSampleRange |
InputSampleRange.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InputSampleRange |
VideoSelector.sampleRange()
Use this setting when your input video codec is AVC-Intra.
|
static InputSampleRange |
InputSampleRange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputSampleRange[] |
InputSampleRange.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<InputSampleRange> |
InputSampleRange.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VideoSelector.Builder |
VideoSelector.Builder.sampleRange(InputSampleRange sampleRange)
Use this setting when your input video codec is AVC-Intra.
|
Copyright © 2021. All rights reserved.