aws-cdk-lib.aws_medialive.CfnChannel.InputChannelLevelProperty

interface InputChannelLevelProperty

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

The setting to remix the audio.

The parent of this entity is AudioChannelMappings.

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 inputChannelLevelProperty: medialive.CfnChannel.InputChannelLevelProperty = {
  gain: 123,
  inputChannel: 123,
};

Properties

NameTypeDescription
gain?numberThe remixing value.
inputChannel?numberThe index of the input channel that is used as a source.

gain?

Type: number (optional)

The remixing value.

Units are in dB, and acceptable values are within the range from -60 (mute) to 6 dB.


inputChannel?

Type: number (optional)

The index of the input channel that is used as a source.