interface Hdr10SettingsProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.Hdr10SettingsProps |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#Hdr10SettingsProps |
Java | software.amazon.awscdk.services.medialive.alpha.Hdr10SettingsProps |
Python | aws_cdk.aws_medialive_alpha.Hdr10SettingsProps |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป Hdr10SettingsProps |
Properties for HDR10 color space settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const hdr10SettingsProps: medialive_alpha.Hdr10SettingsProps = {
maxCll: 123,
maxFall: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| max | number | Maximum Content Light Level โ the maximum light level of any single pixel in nits. |
| max | number | Maximum Frame Average Light Level โ the maximum average light level of any single frame in nits. |
maxCll?
Type:
number
(optional, default: service default)
Maximum Content Light Level โ the maximum light level of any single pixel in nits.
maxFall?
Type:
number
(optional, default: service default)
Maximum Frame Average Light Level โ the maximum average light level of any single frame in nits.

.NET
Go
Java
Python
TypeScript (