@Stability(value=Stable)
public static interface CfnChannel.Hdr10SettingsProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.Hdr10SettingsProperty.Builder
A builder for
CfnChannel.Hdr10SettingsProperty |
static class |
CfnChannel.Hdr10SettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.Hdr10SettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.Hdr10SettingsProperty.Builder |
builder() |
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.
|
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.
|
@Stability(value=Stable) @Nullable default Number getMaxCll()
@Stability(value=Stable) @Nullable default Number getMaxFall()
@Stability(value=Stable) static CfnChannel.Hdr10SettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.