interface VideoSelectorColorSpaceSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.VideoSelectorColorSpaceSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_VideoSelectorColorSpaceSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.VideoSelectorColorSpaceSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.VideoSelectorColorSpaceSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » 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/cfn-property-mixins';
const videoSelectorColorSpaceSettingsProperty: medialive.CfnChannelPropsMixin.VideoSelectorColorSpaceSettingsProperty = {
hdr10Settings: {
maxCll: 123,
maxFall: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| hdr10 | IResolvable | Hdr10 | Settings to configure color space settings in the incoming video. |
hdr10Settings?
Type:
IResolvable | Hdr10
(optional)
Settings to configure color space settings in the incoming video.

.NET
Go
Java
Python
TypeScript