| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
VideoSelector |
VideoSelector.clone() |
VideoSelector |
InputSettings.getVideoSelector()
Informs which video elementary stream to decode for input types that have multiple available.
|
VideoSelector |
VideoSelector.withColorSpace(String colorSpace)
Specifies the color space of an input.
|
VideoSelector |
VideoSelector.withColorSpace(VideoSelectorColorSpace colorSpace)
Specifies the color space of an input.
|
VideoSelector |
VideoSelector.withColorSpaceSettings(VideoSelectorColorSpaceSettings colorSpaceSettings)
Color space settings
|
VideoSelector |
VideoSelector.withColorSpaceUsage(String colorSpaceUsage)
Applies only if colorSpace is a value other than follow.
|
VideoSelector |
VideoSelector.withColorSpaceUsage(VideoSelectorColorSpaceUsage colorSpaceUsage)
Applies only if colorSpace is a value other than follow.
|
VideoSelector |
VideoSelector.withSelectorSettings(VideoSelectorSettings selectorSettings)
The video selector settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputSettings.setVideoSelector(VideoSelector videoSelector)
Informs which video elementary stream to decode for input types that have multiple available.
|
InputSettings |
InputSettings.withVideoSelector(VideoSelector videoSelector)
Informs which video elementary stream to decode for input types that have multiple available.
|
Copyright © 2024. All rights reserved.