aws-cdk-lib.aws_medialive.CfnChannel.H265ColorSpaceSettingsProperty

interface H265ColorSpaceSettingsProperty

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

H265 Color Space Settings.

The parent of this entity is H265Settings.

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 h265ColorSpaceSettingsProperty: medialive.CfnChannel.H265ColorSpaceSettingsProperty = {
  colorSpacePassthroughSettings: { },
  dolbyVision81Settings: { },
  hdr10Settings: {
    maxCll: 123,
    maxFall: 123,
  },
  rec601Settings: { },
  rec709Settings: { },
};

Properties

NameTypeDescription
colorSpacePassthroughSettings?IResolvable | ColorSpacePassthroughSettingsPropertyPassthrough applies no color space conversion to the output.
dolbyVision81Settings?IResolvable | DolbyVision81SettingsPropertyCfnChannel.H265ColorSpaceSettingsProperty.DolbyVision81Settings.
hdr10Settings?IResolvable | Hdr10SettingsPropertySettings to configure the handling of HDR10 color space.
rec601Settings?IResolvable | Rec601SettingsPropertySettings to configure the handling of Rec601 color space.
rec709Settings?IResolvable | Rec709SettingsPropertySettings to configure the handling of Rec709 color space.

colorSpacePassthroughSettings?

Type: IResolvable | ColorSpacePassthroughSettingsProperty (optional)

Passthrough applies no color space conversion to the output.


dolbyVision81Settings?

Type: IResolvable | DolbyVision81SettingsProperty (optional)

CfnChannel.H265ColorSpaceSettingsProperty.DolbyVision81Settings.


hdr10Settings?

Type: IResolvable | Hdr10SettingsProperty (optional)

Settings to configure the handling of HDR10 color space.


rec601Settings?

Type: IResolvable | Rec601SettingsProperty (optional)

Settings to configure the handling of Rec601 color space.


rec709Settings?

Type: IResolvable | Rec709SettingsProperty (optional)

Settings to configure the handling of Rec709 color space.