package awsmedialive // 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 "github.com/aws/aws-cdk-go/awscdk" // // videoSelectorColorSpaceSettingsProperty := &VideoSelectorColorSpaceSettingsProperty{ // Hdr10Settings: &Hdr10SettingsProperty{ // MaxCll: jsii.Number(123), // MaxFall: jsii.Number(123), // }, // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorcolorspacesettings.html // type CfnChannel_VideoSelectorColorSpaceSettingsProperty struct { // Settings to configure color space settings in the incoming video. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorcolorspacesettings.html#cfn-medialive-channel-videoselectorcolorspacesettings-hdr10settings // Hdr10Settings interface{} `field:"optional" json:"hdr10Settings" yaml:"hdr10Settings"` }