Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorpid.html

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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-videoselectorpid.html#cfn-medialive-channel-videoselectorpid-pid

Back to top Generated by DocFX