interface VideoSelectorProgramIdProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.VideoSelectorProgramIdProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.VideoSelectorProgramIdProperty |
Python | aws_cdk.aws_medialive.CfnChannel.VideoSelectorProgramIdProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » VideoSelectorProgramIdProperty |
Used to extract video by the program ID.
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 videoSelectorProgramIdProperty: medialive.CfnChannel.VideoSelectorProgramIdProperty = {
programId: 123,
};
Properties
Name | Type | Description |
---|---|---|
program | number | Selects a specific program from within a multi-program transport stream. |
programId?
Type:
number
(optional)
Selects a specific program from within a multi-program transport stream.
If the program doesn't exist, MediaLive selects the first program within the transport stream by default.