aws-cdk-lib.aws_medialive.CfnChannel.AudioTrackSelectionProperty

interface AudioTrackSelectionProperty

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

Information about the audio track to extract.

The parent of this entity is AudioSelectorSettings.

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 audioTrackSelectionProperty: medialive.CfnChannel.AudioTrackSelectionProperty = {
  dolbyEDecode: {
    programSelection: 'programSelection',
  },
  tracks: [{
    track: 123,
  }],
};

Properties

NameTypeDescription
dolbyEDecode?IResolvable | AudioDolbyEDecodePropertyCfnChannel.AudioTrackSelectionProperty.DolbyEDecode.
tracks?IResolvable | IResolvable | AudioTrackProperty[]Selects one or more unique audio tracks from within a source.

dolbyEDecode?

Type: IResolvable | AudioDolbyEDecodeProperty (optional)

CfnChannel.AudioTrackSelectionProperty.DolbyEDecode.


tracks?

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

Selects one or more unique audio tracks from within a source.