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 ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forHdr10Settingsstatic final classAn implementation forHdr10Settings -
Method Summary
Modifier and TypeMethodDescriptionstatic Hdr10Settings.Builderbuilder()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
(experimental) Maximum Content Light Level (MaxCLL) — the maximum light level, in nits, of any single pixel in the stream.Default: - not set
-
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
- Returns:
- a
Hdr10Settings.BuilderofHdr10Settings
-