interface VideoSelectorPidProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.VideoSelectorPidProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.VideoSelectorPidProperty |
Python | aws_cdk.aws_medialive.CfnChannel.VideoSelectorPidProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » 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 * as medialive from '@aws-cdk/aws-medialive';
const videoSelectorPidProperty: medialive.CfnChannel.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.