Interface CfnChannel.VideoSelectorColorSpaceSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.VideoSelectorColorSpaceSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.VideoSelectorColorSpaceSettingsProperty extends software.amazon.jsii.JsiiSerializable
Settings to configure color space settings in the incoming video.

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();
 

See Also: