| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
InputFilterEnable |
InputTemplate.filterEnable()
Specify whether to apply input filtering to improve the video quality of your input.
|
InputFilterEnable |
Input.filterEnable()
Specify whether to apply input filtering to improve the video quality of your input.
|
static InputFilterEnable |
InputFilterEnable.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static InputFilterEnable |
InputFilterEnable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputFilterEnable[] |
InputFilterEnable.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<InputFilterEnable> |
InputFilterEnable.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InputTemplate.Builder |
InputTemplate.Builder.filterEnable(InputFilterEnable filterEnable)
Specify whether to apply input filtering to improve the video quality of your input.
|
Input.Builder |
Input.Builder.filterEnable(InputFilterEnable filterEnable)
Specify whether to apply input filtering to improve the video quality of your input.
|
Copyright © 2023. All rights reserved.