interface Av1ColorSpaceSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnChannel.Av1ColorSpaceSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_Av1ColorSpaceSettingsProperty |
![]() | software.amazon.awscdk.services.medialive.CfnChannel.Av1ColorSpaceSettingsProperty |
![]() | aws_cdk.aws_medialive.CfnChannel.Av1ColorSpaceSettingsProperty |
![]() | aws-cdk-lib » aws_medialive » CfnChannel » Av1ColorSpaceSettingsProperty |
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';
declare const colorSpacePassthroughSettings: any;
declare const rec601Settings: any;
declare const rec709Settings: any;
const av1ColorSpaceSettingsProperty: medialive.CfnChannel.Av1ColorSpaceSettingsProperty = {
colorSpacePassthroughSettings: colorSpacePassthroughSettings,
hdr10Settings: {
maxCll: 123,
maxFall: 123,
},
rec601Settings: rec601Settings,
rec709Settings: rec709Settings,
};
Properties
Name | Type | Description |
---|---|---|
color | any | |
hdr10 | IResolvable | Hdr10 | |
rec601 | any | |
rec709 | any |
colorSpacePassthroughSettings?
Type:
any
(optional)
hdr10Settings?
Type:
IResolvable
|
Hdr10
(optional)
rec601Settings?
Type:
any
(optional)
rec709Settings?
Type:
any
(optional)