@Stability(value=Stable)
public static interface CfnChannel.VideoSelectorSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is VideoSelector.
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.*;
VideoSelectorSettingsProperty videoSelectorSettingsProperty = VideoSelectorSettingsProperty.builder()
.videoSelectorPid(VideoSelectorPidProperty.builder()
.pid(123)
.build())
.videoSelectorProgramId(VideoSelectorProgramIdProperty.builder()
.programId(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.VideoSelectorSettingsProperty.Builder
A builder for
CfnChannel.VideoSelectorSettingsProperty |
static class |
CfnChannel.VideoSelectorSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.VideoSelectorSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.VideoSelectorSettingsProperty.Builder |
builder() |
default Object |
getVideoSelectorPid()
Used to extract video by PID.
|
default Object |
getVideoSelectorProgramId()
Used to extract video by program ID.
|
@Stability(value=Stable) @Nullable default Object getVideoSelectorPid()
@Stability(value=Stable) @Nullable default Object getVideoSelectorProgramId()
@Stability(value=Stable) static CfnChannel.VideoSelectorSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.