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();
 
  • Method Details

    • getMaxCll

      @Stability(Stable) @Nullable default Number getMaxCll()
      Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.
    • getMaxFall

      @Stability(Stable) @Nullable default Number getMaxFall()
      Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.
    • builder

      @Stability(Stable) static CfnChannel.Hdr10SettingsProperty.Builder builder()
      Returns:
      a CfnChannel.Hdr10SettingsProperty.Builder of CfnChannel.Hdr10SettingsProperty