interface AudioTrackProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.AudioTrackProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_AudioTrackProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.AudioTrackProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.AudioTrackProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » AudioTrackProperty |
Information about one audio track to extract. You can select multiple tracks.
The parent of this entity is AudioTrackSelection.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const audioTrackProperty: medialive_mixins.CfnChannelPropsMixin.AudioTrackProperty = {
track: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| track? | number | 1-based integer value that maps to a specific audio track. |
track?
Type:
number
(optional)
1-based integer value that maps to a specific audio track.

.NET
Go
Java
Python
TypeScript