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.
Inherited Members
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
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
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
Remarks
Port
The port number used for the RTP protocol in the router input configuration.
public double Port { get; set; }