@Stability(value=Stable) public static final class CfnChannel.VideoSelectorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.VideoSelectorProperty>
CfnChannel.VideoSelectorProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnChannel.VideoSelectorProperty.Builder colorSpace(String colorSpace)
CfnChannel.VideoSelectorProperty.getColorSpace()colorSpace - Specifies the color space of an input.
This setting works in tandem with colorSpaceConversion to determine if MediaLive will perform any conversion.this@Stability(value=Stable) public CfnChannel.VideoSelectorProperty.Builder colorSpaceSettings(CfnChannel.VideoSelectorColorSpaceSettingsProperty colorSpaceSettings)
CfnChannel.VideoSelectorProperty.getColorSpaceSettings()colorSpaceSettings - Settings to configure color space settings in the incoming video.this@Stability(value=Stable) public CfnChannel.VideoSelectorProperty.Builder colorSpaceSettings(IResolvable colorSpaceSettings)
CfnChannel.VideoSelectorProperty.getColorSpaceSettings()colorSpaceSettings - Settings to configure color space settings in the incoming video.this@Stability(value=Stable) public CfnChannel.VideoSelectorProperty.Builder colorSpaceUsage(String colorSpaceUsage)
CfnChannel.VideoSelectorProperty.getColorSpaceUsage()colorSpaceUsage - Applies only if colorSpace is a value other than Follow.
This field controls how the value in the colorSpace field is used. Fallback means that when the input does include color space data, that data is used, but when the input has no color space data, the value in colorSpace is used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. Force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data.this@Stability(value=Stable) public CfnChannel.VideoSelectorProperty.Builder selectorSettings(CfnChannel.VideoSelectorSettingsProperty selectorSettings)
CfnChannel.VideoSelectorProperty.getSelectorSettings()selectorSettings - Information about the video to select from the content.this@Stability(value=Stable) public CfnChannel.VideoSelectorProperty.Builder selectorSettings(IResolvable selectorSettings)
CfnChannel.VideoSelectorProperty.getSelectorSettings()selectorSettings - Information about the video to select from the content.this@Stability(value=Stable) public CfnChannel.VideoSelectorProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.VideoSelectorProperty>CfnChannel.VideoSelectorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.