aws-cdk-lib.aws_medialive.CfnChannel.VideoSelectorColorSpaceSettingsProperty

interface VideoSelectorColorSpaceSettingsProperty

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

Settings to configure color space settings in the incoming video.

The parent of this entity is VideoSelector.

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 videoSelectorColorSpaceSettingsProperty: medialive.CfnChannel.VideoSelectorColorSpaceSettingsProperty = {
  hdr10Settings: {
    maxCll: 123,
    maxFall: 123,
  },
};

Properties

NameTypeDescription
hdr10Settings?IResolvable | Hdr10SettingsPropertySettings to configure color space settings in the incoming video.

hdr10Settings?

Type: IResolvable | Hdr10SettingsProperty (optional)

Settings to configure color space settings in the incoming video.