interface VideoSelectorColorSpaceSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.VideoSelectorColorSpaceSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_VideoSelectorColorSpaceSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.VideoSelectorColorSpaceSettingsProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.VideoSelectorColorSpaceSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » 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 { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const videoSelectorColorSpaceSettingsProperty: medialive_mixins.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