Interface CfnChannelPropsMixin.IVideoSelectorPidProperty
Selects a specific PID from within a video source.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.IVideoSelectorPidProperty
Syntax (vb)
Public Interface CfnChannelPropsMixin.IVideoSelectorPidProperty
Remarks
The parent of this entity is VideoSelectorSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var videoSelectorPidProperty = new VideoSelectorPidProperty {
Pid = 123
};
Synopsis
Properties
| Pid | Selects a specific PID from within a video source. |
Properties
Pid
Selects a specific PID from within a video source.
double? Pid { get; }