interface AudioPidSelectionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.AudioPidSelectionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_AudioPidSelectionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.AudioPidSelectionProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.AudioPidSelectionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » 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/cfn-property-mixins';
const audioPidSelectionProperty: medialive.CfnChannelPropsMixin.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.

.NET
Go
Java
Python
TypeScript