@Stability(value=Stable)
public static interface CfnChannel.VideoSelectorPidProperty
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.*;
VideoSelectorPidProperty videoSelectorPidProperty = VideoSelectorPidProperty.builder()
.pid(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.VideoSelectorPidProperty.Builder
A builder for
CfnChannel.VideoSelectorPidProperty |
static class |
CfnChannel.VideoSelectorPidProperty.Jsii$Proxy
An implementation for
CfnChannel.VideoSelectorPidProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.VideoSelectorPidProperty.Builder |
builder() |
default Number |
getPid()
Selects a specific PID from within a video source.
|
@Stability(value=Stable) @Nullable default Number getPid()
@Stability(value=Stable) static CfnChannel.VideoSelectorPidProperty.Builder builder()
Copyright © 2022. All rights reserved.