@Stability(value=Stable)
public static interface CfnChannel.VideoSelectorProgramIdProperty
extends software.amazon.jsii.JsiiSerializable
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 Number |
getProgramId()
Selects a specific program from within a multi-program transport stream.
|
@Stability(value=Stable) @Nullable default Number getProgramId()
If the program doesn't exist, MediaLive selects the first program within the transport stream by default.
@Stability(value=Stable) static CfnChannel.VideoSelectorProgramIdProperty.Builder builder()
Copyright © 2022. All rights reserved.