interface AudioSelectorProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.AudioSelectorProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_AudioSelectorProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.AudioSelectorProperty |
Python | aws_cdk.aws_medialive.CfnChannel.AudioSelectorProperty |
TypeScript | aws-cdk-lib » aws_medialive » CfnChannel » AudioSelectorProperty |
Information about one audio to extract from the input.
The parent of this entity is InputSettings.
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 audioSelectorProperty: medialive.CfnChannel.AudioSelectorProperty = {
name: 'name',
selectorSettings: {
audioHlsRenditionSelection: {
groupId: 'groupId',
name: 'name',
},
audioLanguageSelection: {
languageCode: 'languageCode',
languageSelectionPolicy: 'languageSelectionPolicy',
},
audioPidSelection: {
pid: 123,
},
audioTrackSelection: {
dolbyEDecode: {
programSelection: 'programSelection',
},
tracks: [{
track: 123,
}],
},
},
};
Properties
Name | Type | Description |
---|---|---|
name? | string | A name for this AudioSelector. |
selector | IResolvable | Audio | Information about the specific audio to extract from the input. |
name?
Type:
string
(optional)
A name for this AudioSelector.
selectorSettings?
Type:
IResolvable
|
Audio
(optional)
Information about the specific audio to extract from the input.