interface VideoSelectorPidProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.VideoSelectorPidProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_VideoSelectorPidProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.VideoSelectorPidProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.VideoSelectorPidProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » VideoSelectorPidProperty |
Selects a specific PID from within a video source.
The parent of this entity is VideoSelectorSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const videoSelectorPidProperty: medialive_mixins.CfnChannelPropsMixin.VideoSelectorPidProperty = {
pid: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| pid? | number | Selects a specific PID from within a video source. |
pid?
Type:
number
(optional)
Selects a specific PID from within a video source.

.NET
Go
Java
Python
TypeScript