Class CfnRouterInputPropsMixin.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.CfnPropertyMixins.AWS.MediaConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRouterInputPropsMixin.RtpRouterInputConfigurationProperty : CfnRouterInputPropsMixin.IRtpRouterInputConfigurationProperty
Syntax (vb)
Public Class CfnRouterInputPropsMixin.RtpRouterInputConfigurationProperty Implements CfnRouterInputPropsMixin.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.CfnPropertyMixins.AWS.MediaConnect;
var rtpRouterInputConfigurationProperty = new RtpRouterInputConfigurationProperty {
ForwardErrorCorrection = "forwardErrorCorrection",
Port = 123
};
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.CfnPropertyMixins.AWS.MediaConnect;
var rtpRouterInputConfigurationProperty = new RtpRouterInputConfigurationProperty {
ForwardErrorCorrection = "forwardErrorCorrection",
Port = 123
};
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; }