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.
Inherited Members
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
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
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
Remarks
DestinationPort
The destination port number for the RTP protocol in the router output configuration.
public double DestinationPort { get; set; }
Property Value
Remarks
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; }