interface AudioPidSelectionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnChannel.AudioPidSelectionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_AudioPidSelectionProperty |
![]() | software.amazon.awscdk.services.medialive.CfnChannel.AudioPidSelectionProperty |
![]() | aws_cdk.aws_medialive.CfnChannel.AudioPidSelectionProperty |
![]() | aws-cdk-lib » aws_medialive » CfnChannel » AudioPidSelectionProperty |
Used to extract audio by The PID.
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 audioPidSelectionProperty: medialive.CfnChannel.AudioPidSelectionProperty = {
pid: 123,
};
Properties
Name | Type | Description |
---|---|---|
pid? | number | Select the audio by this PID. |
pid?
Type:
number
(optional)
Select the audio by this PID.