Interface CfnChannel.Hdr10SettingsProperty

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

@Stability(Stable) public static interface CfnChannel.Hdr10SettingsProperty extends software.amazon.jsii.JsiiSerializable
Hdr10 Settings.

The parents of this entity are H265ColorSpaceSettings (for color space settings in the output) and VideoSelectorColorSpaceSettings (for color space settings in the input).

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.*;
 Hdr10SettingsProperty hdr10SettingsProperty = Hdr10SettingsProperty.builder()
         .maxCll(123)
         .maxFall(123)
         .build();
 

See Also: