aws-cdk-lib.aws_medialive.CfnChannel.EncoderSettingsProperty

interface EncoderSettingsProperty

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

The settings for the encoding of outputs.

This entity is at the top level in the channel.

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
audioDescriptions?IResolvable | IResolvable | AudioDescriptionProperty[]The encoding information for output audio.
availBlanking?IResolvable | AvailBlankingPropertyThe settings for ad avail blanking.
availConfiguration?IResolvable | AvailConfigurationPropertyThe configuration settings for the ad avail handling.
blackoutSlate?IResolvable | BlackoutSlatePropertyThe settings for the blackout slate.
captionDescriptions?IResolvable | IResolvable | CaptionDescriptionProperty[]The encoding information for output captions.
featureActivations?IResolvable | FeatureActivationsPropertySettings to enable specific features.
globalConfiguration?IResolvable | GlobalConfigurationPropertyThe configuration settings that apply to the entire channel.
motionGraphicsConfiguration?IResolvable | MotionGraphicsConfigurationPropertySettings to enable and configure the motion graphics overlay feature in the channel.
nielsenConfiguration?IResolvable | NielsenConfigurationPropertyThe settings to configure Nielsen watermarks.
outputGroups?IResolvable | IResolvable | OutputGroupProperty[]The settings for the output groups in the channel.
timecodeConfig?IResolvable | TimecodeConfigPropertyContains settings used to acquire and adjust timecode information from the inputs.
videoDescriptions?IResolvable | IResolvable | VideoDescriptionProperty[]The encoding information for output videos.

audioDescriptions?

Type: IResolvable | IResolvable | AudioDescriptionProperty[] (optional)

The encoding information for output audio.


availBlanking?

Type: IResolvable | AvailBlankingProperty (optional)

The settings for ad avail blanking.


availConfiguration?

Type: IResolvable | AvailConfigurationProperty (optional)

The configuration settings for the ad avail handling.


blackoutSlate?

Type: IResolvable | BlackoutSlateProperty (optional)

The settings for the blackout slate.


captionDescriptions?

Type: IResolvable | IResolvable | CaptionDescriptionProperty[] (optional)

The encoding information for output captions.


featureActivations?

Type: IResolvable | FeatureActivationsProperty (optional)

Settings to enable specific features.


globalConfiguration?

Type: IResolvable | GlobalConfigurationProperty (optional)

The configuration settings that apply to the entire channel.


motionGraphicsConfiguration?

Type: IResolvable | MotionGraphicsConfigurationProperty (optional)

Settings to enable and configure the motion graphics overlay feature in the channel.


nielsenConfiguration?

Type: IResolvable | NielsenConfigurationProperty (optional)

The settings to configure Nielsen watermarks.


outputGroups?

Type: IResolvable | IResolvable | OutputGroupProperty[] (optional)

The settings for the output groups in the channel.


timecodeConfig?

Type: IResolvable | TimecodeConfigProperty (optional)

Contains settings used to acquire and adjust timecode information from the inputs.


videoDescriptions?

Type: IResolvable | IResolvable | VideoDescriptionProperty[] (optional)

The encoding information for output videos.