Interface CfnChannelPropsMixin.VideoSelectorPidProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.VideoSelectorPidProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.VideoSelectorPidProperty
extends software.amazon.jsii.JsiiSerializable
Selects a specific PID from within a video source.
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.cfnpropertymixins.services.medialive.*;
VideoSelectorPidProperty videoSelectorPidProperty = VideoSelectorPidProperty.builder()
.pid(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.VideoSelectorPidPropertystatic final classAn implementation forCfnChannelPropsMixin.VideoSelectorPidProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPid
Selects a specific PID from within a video source.- See Also:
-
builder
-