public static interface CfnChannel.VideoSelectorProgramIdProperty
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 software.amazon.awscdk.services.medialive.*; VideoSelectorProgramIdProperty videoSelectorProgramIdProperty = VideoSelectorProgramIdProperty.builder() .programId(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.VideoSelectorProgramIdProperty.Builder
A builder for
CfnChannel.VideoSelectorProgramIdProperty |
static class |
CfnChannel.VideoSelectorProgramIdProperty.Jsii$Proxy
An implementation for
CfnChannel.VideoSelectorProgramIdProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.VideoSelectorProgramIdProperty.Builder |
builder() |
default java.lang.Number |
getProgramId()
Selects a specific program from within a multi-program transport stream.
|
default java.lang.Number getProgramId()
If the program doesn't exist, MediaLive selects the first program within the transport stream by default.
static CfnChannel.VideoSelectorProgramIdProperty.Builder builder()