interface InputChannelLevelProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.InputChannelLevelProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.InputChannelLevelProperty |
Python | aws_cdk.aws_medialive.CfnChannel.InputChannelLevelProperty |
TypeScript | @aws-cdk/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 * as medialive from '@aws-cdk/aws-medialive';
const inputChannelLevelProperty: medialive.CfnChannel.InputChannelLevelProperty = {
gain: 123,
inputChannel: 123,
};
Properties
Name | Type | Description |
---|---|---|
gain? | number | The remixing value. |
input | number | The 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.