interface AudioSelectorSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnChannel.AudioSelectorSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_AudioSelectorSettingsProperty |
![]() | software.amazon.awscdk.services.medialive.CfnChannel.AudioSelectorSettingsProperty |
![]() | aws_cdk.aws_medialive.CfnChannel.AudioSelectorSettingsProperty |
![]() | aws-cdk-lib » aws_medialive » CfnChannel » AudioSelectorSettingsProperty |
Information about the audio to extract from the input.
The parent of this entity is AudioSelector.
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 audioSelectorSettingsProperty: medialive.CfnChannel.AudioSelectorSettingsProperty = {
audioHlsRenditionSelection: {
groupId: 'groupId',
name: 'name',
},
audioLanguageSelection: {
languageCode: 'languageCode',
languageSelectionPolicy: 'languageSelectionPolicy',
},
audioPidSelection: {
pid: 123,
},
audioTrackSelection: {
dolbyEDecode: {
programSelection: 'programSelection',
},
tracks: [{
track: 123,
}],
},
};
Properties
Name | Type | Description |
---|---|---|
audio | IResolvable | Audio | Selector for HLS audio rendition. |
audio | IResolvable | Audio | The language code of the audio to select. |
audio | IResolvable | Audio | The PID of the audio to select. |
audio | IResolvable | Audio | Information about the audio track to extract. |
audioHlsRenditionSelection?
Type:
IResolvable
|
Audio
(optional)
Selector for HLS audio rendition.
audioLanguageSelection?
Type:
IResolvable
|
Audio
(optional)
The language code of the audio to select.
audioPidSelection?
Type:
IResolvable
|
Audio
(optional)
The PID of the audio to select.
audioTrackSelection?
Type:
IResolvable
|
Audio
(optional)
Information about the audio track to extract.