public static interface CfnChannel.VideoSelectorColorSpaceSettingsProperty
The parent of this entity is VideoSelector.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.medialive.*; VideoSelectorColorSpaceSettingsProperty videoSelectorColorSpaceSettingsProperty = VideoSelectorColorSpaceSettingsProperty.builder() .hdr10Settings(Hdr10SettingsProperty.builder() .maxCll(123) .maxFall(123) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.VideoSelectorColorSpaceSettingsProperty.Builder
A builder for
CfnChannel.VideoSelectorColorSpaceSettingsProperty |
static class |
CfnChannel.VideoSelectorColorSpaceSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.VideoSelectorColorSpaceSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.VideoSelectorColorSpaceSettingsProperty.Builder |
builder() |
default java.lang.Object |
getHdr10Settings()
Settings to configure color space settings in the incoming video.
|