aws-cdk-lib.aws_medialive.CfnChannel.Rec601SettingsProperty

interface Rec601SettingsProperty

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

Rec601 Settings.

The parents of this entity are H264ColorSpaceSettings and H265ColorSpaceSettings.

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 rec601SettingsProperty: medialive.CfnChannel.Rec601SettingsProperty = { };