aws-cdk-lib.aws_medialive.CfnChannel.Hdr10SettingsProperty

interface Hdr10SettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.Hdr10SettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_Hdr10SettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.Hdr10SettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.Hdr10SettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » Hdr10SettingsProperty

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 { aws_medialive as medialive } from 'aws-cdk-lib';
const hdr10SettingsProperty: medialive.CfnChannel.Hdr10SettingsProperty = {
  maxCll: 123,
  maxFall: 123,
};

Properties

NameTypeDescription
maxCll?numberMaximum 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.
maxFall?numberMaximum 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.

maxCll?

Type: number (optional)

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.


maxFall?

Type: number (optional)

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.