Show / Hide Table of Contents

Class CfnRouterOutput.RtpRouterOutputConfigurationProperty

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

Inheritance
object
CfnRouterOutput.RtpRouterOutputConfigurationProperty
Implements
CfnRouterOutput.IRtpRouterOutputConfigurationProperty
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 CfnRouterOutput.RtpRouterOutputConfigurationProperty : CfnRouterOutput.IRtpRouterOutputConfigurationProperty
Syntax (vb)
Public Class CfnRouterOutput.RtpRouterOutputConfigurationProperty Implements CfnRouterOutput.IRtpRouterOutputConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-rtprouteroutputconfiguration.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 rtpRouterOutputConfigurationProperty = new RtpRouterOutputConfigurationProperty {
                 DestinationAddress = "destinationAddress",
                 DestinationPort = 123,

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

Synopsis

Constructors

RtpRouterOutputConfigurationProperty()

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

Properties

DestinationAddress

The destination IP address for the RTP protocol in the router output configuration.

DestinationPort

The destination port number for the RTP protocol in the router output configuration.

ForwardErrorCorrection

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

Constructors

RtpRouterOutputConfigurationProperty()

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

public RtpRouterOutputConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-rtprouteroutputconfiguration.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 rtpRouterOutputConfigurationProperty = new RtpRouterOutputConfigurationProperty {
                 DestinationAddress = "destinationAddress",
                 DestinationPort = 123,

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

Properties

DestinationAddress

The destination IP address for the RTP protocol in the router output configuration.

public string DestinationAddress { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-rtprouteroutputconfiguration.html#cfn-mediaconnect-routeroutput-rtprouteroutputconfiguration-destinationaddress

DestinationPort

The destination port number for the RTP protocol in the router output configuration.

public double DestinationPort { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-rtprouteroutputconfiguration.html#cfn-mediaconnect-routeroutput-rtprouteroutputconfiguration-destinationport

ForwardErrorCorrection

The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and 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-routeroutput-rtprouteroutputconfiguration.html#cfn-mediaconnect-routeroutput-rtprouteroutputconfiguration-forwarderrorcorrection

Implements

CfnRouterOutput.IRtpRouterOutputConfigurationProperty
Back to top Generated by DocFX