| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
VideoSelectorColorSpace |
VideoSelector.colorSpace()
Specifies the color space of an input.
|
static VideoSelectorColorSpace |
VideoSelectorColorSpace.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VideoSelectorColorSpace |
VideoSelectorColorSpace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoSelectorColorSpace[] |
VideoSelectorColorSpace.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<VideoSelectorColorSpace> |
VideoSelectorColorSpace.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VideoSelector.Builder |
VideoSelector.Builder.colorSpace(VideoSelectorColorSpace colorSpace)
Specifies the color space of an input.
|
Copyright © 2022. All rights reserved.