Class CfnRouterInput.MergeRouterInputProtocolConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRouterInput.MergeRouterInputProtocolConfigurationProperty : CfnRouterInput.IMergeRouterInputProtocolConfigurationProperty
Syntax (vb)
Public Class CfnRouterInput.MergeRouterInputProtocolConfigurationProperty Implements CfnRouterInput.IMergeRouterInputProtocolConfigurationProperty
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 mergeRouterInputProtocolConfigurationProperty = new MergeRouterInputProtocolConfigurationProperty {
Rist = new RistRouterInputConfigurationProperty {
Port = 123,
RecoveryLatencyMilliseconds = 123
},
Rtp = new RtpRouterInputConfigurationProperty {
Port = 123,
// the properties below are optional
ForwardErrorCorrection = "forwardErrorCorrection"
}
};
Synopsis
Constructors
| MergeRouterInputProtocolConfigurationProperty() |
Properties
| Rist | The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency. |
| Rtp | The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state. |
Constructors
MergeRouterInputProtocolConfigurationProperty()
public MergeRouterInputProtocolConfigurationProperty()
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 mergeRouterInputProtocolConfigurationProperty = new MergeRouterInputProtocolConfigurationProperty {
Rist = new RistRouterInputConfigurationProperty {
Port = 123,
RecoveryLatencyMilliseconds = 123
},
Rtp = new RtpRouterInputConfigurationProperty {
Port = 123,
// the properties below are optional
ForwardErrorCorrection = "forwardErrorCorrection"
}
};
Properties
Rist
The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
public object? Rist { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnRouterInput.IRistRouterInputConfigurationProperty
Rtp
The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
public object? Rtp { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnRouterInput.IRtpRouterInputConfigurationProperty