Show / Hide Table of Contents

Class CfnRouterInput.RtpRouterInputConfigurationProperty

The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.

Inheritance
object
CfnRouterInput.RtpRouterInputConfigurationProperty
Implements
CfnRouterInput.IRtpRouterInputConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRouterInput.RtpRouterInputConfigurationProperty : CfnRouterInput.IRtpRouterInputConfigurationProperty
Syntax (vb)
Public Class CfnRouterInput.RtpRouterInputConfigurationProperty Implements CfnRouterInput.IRtpRouterInputConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-rtprouterinputconfiguration.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.AWS.MediaConnect;

             var rtpRouterInputConfigurationProperty = new RtpRouterInputConfigurationProperty {
                 Port = 123,

                 // the properties below are optional
                 ForwardErrorCorrection = "forwardErrorCorrection"
             };

Synopsis

Constructors

RtpRouterInputConfigurationProperty()

The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.

Properties

ForwardErrorCorrection

The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.

Port

The port number used for the RTP protocol in the router input configuration.

Constructors

RtpRouterInputConfigurationProperty()

The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.

public RtpRouterInputConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-rtprouterinputconfiguration.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.AWS.MediaConnect;

             var rtpRouterInputConfigurationProperty = new RtpRouterInputConfigurationProperty {
                 Port = 123,

                 // the properties below are optional
                 ForwardErrorCorrection = "forwardErrorCorrection"
             };

Properties

ForwardErrorCorrection

The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.

public string? ForwardErrorCorrection { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-rtprouterinputconfiguration.html#cfn-mediaconnect-routerinput-rtprouterinputconfiguration-forwarderrorcorrection

Port

The port number used for the RTP protocol in the router input configuration.

public double Port { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-rtprouterinputconfiguration.html#cfn-mediaconnect-routerinput-rtprouterinputconfiguration-port

Implements

CfnRouterInput.IRtpRouterInputConfigurationProperty
Back to top Generated by DocFX