interface EncoderSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.EncoderSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_EncoderSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.EncoderSettingsProperty |
Python | aws_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
| Name | Type | Description |
|---|---|---|
| audio | IResolvable | (IResolvable | Audio)[] | The encoding information for output audio. |
| avail | IResolvable | Avail | The settings for ad avail blanking. |
| avail | IResolvable | Avail | The configuration settings for the ad avail handling. |
| blackout | IResolvable | Blackout | The settings for the blackout slate. |
| caption | IResolvable | (IResolvable | Caption)[] | The encoding information for output captions. |
| color | IResolvable | Color | |
| feature | IResolvable | Feature | Settings to enable specific features. |
| global | IResolvable | Global | The configuration settings that apply to the entire channel. |
| motion | IResolvable | Motion | Settings to enable and configure the motion graphics overlay feature in the channel. |
| nielsen | IResolvable | Nielsen | The settings to configure Nielsen watermarks. |
| output | IResolvable | (IResolvable | Output)[] | The settings for the output groups in the channel. |
| thumbnail | IResolvable | Thumbnail | |
| timecode | IResolvable | Timecode | Contains settings used to acquire and adjust timecode information from the inputs. |
| video | IResolvable | (IResolvable | Video)[] | The encoding information for output videos. |
audioDescriptions?
Type:
IResolvable | (IResolvable | Audio)[]
(optional)
The encoding information for output audio.
availBlanking?
Type:
IResolvable | Avail
(optional)
The settings for ad avail blanking.
availConfiguration?
Type:
IResolvable | Avail
(optional)
The configuration settings for the ad avail handling.
blackoutSlate?
Type:
IResolvable | Blackout
(optional)
The settings for the blackout slate.
captionDescriptions?
Type:
IResolvable | (IResolvable | Caption)[]
(optional)
The encoding information for output captions.
colorCorrectionSettings?
Type:
IResolvable | Color
(optional)
featureActivations?
Type:
IResolvable | Feature
(optional)
Settings to enable specific features.
globalConfiguration?
Type:
IResolvable | Global
(optional)
The configuration settings that apply to the entire channel.
motionGraphicsConfiguration?
Type:
IResolvable | Motion
(optional)
Settings to enable and configure the motion graphics overlay feature in the channel.
nielsenConfiguration?
Type:
IResolvable | Nielsen
(optional)
The settings to configure Nielsen watermarks.
outputGroups?
Type:
IResolvable | (IResolvable | Output)[]
(optional)
The settings for the output groups in the channel.
thumbnailConfiguration?
Type:
IResolvable | Thumbnail
(optional)
timecodeConfig?
Type:
IResolvable | Timecode
(optional)
Contains settings used to acquire and adjust timecode information from the inputs.
videoDescriptions?
Type:
IResolvable | (IResolvable | Video)[]
(optional)
The encoding information for output videos.

.NET
Go
Java
Python
TypeScript