Interface Hdr10Settings

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
Hdr10Settings.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:41.117Z") @Stability(Experimental) public interface Hdr10Settings extends software.amazon.jsii.JsiiSerializable
(experimental) HDR10 color space metadata for the input video.

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.alpha.*;
 Hdr10Settings hdr10Settings = Hdr10Settings.builder()
         .maxContentLightLevel(123)
         .maxFrameAverageLightLevel(123)
         .build();
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for Hdr10Settings
    static final class 
    An implementation for Hdr10Settings
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default Number
    (experimental) Maximum Content Light Level (MaxCLL) — the maximum light level, in nits, of any single pixel in the stream.
    default Number
    (experimental) Maximum Frame Average Light Level (MaxFALL) — the maximum average light level, in nits, of any single frame in the stream.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getMaxContentLightLevel

      @Stability(Experimental) @Nullable default Number getMaxContentLightLevel()
      (experimental) Maximum Content Light Level (MaxCLL) — the maximum light level, in nits, of any single pixel in the stream.

      Default: - not set

    • getMaxFrameAverageLightLevel

      @Stability(Experimental) @Nullable default Number getMaxFrameAverageLightLevel()
      (experimental) Maximum Frame Average Light Level (MaxFALL) — the maximum average light level, in nits, of any single frame in the stream.

      Default: - not set

    • builder

      @Stability(Experimental) static Hdr10Settings.Builder builder()
      Returns:
      a Hdr10Settings.Builder of Hdr10Settings