| 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()
If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep the
default value, Follow, for this setting.
|
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)
If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep
the default value, Follow, for this setting.
|
Copyright © 2023. All rights reserved.