Interface CfnRouterInput.IRistRouterInputConfigurationProperty
The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRouterInput.IRistRouterInputConfigurationProperty
Syntax (vb)
Public Interface CfnRouterInput.IRistRouterInputConfigurationProperty
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 ristRouterInputConfigurationProperty = new RistRouterInputConfigurationProperty {
Port = 123,
RecoveryLatencyMilliseconds = 123
};
Synopsis
Properties
| Port | The port number used for the RIST protocol in the router input configuration. |
| RecoveryLatencyMilliseconds | The recovery latency in milliseconds for the RIST protocol in the router input configuration. |
Properties
Port
The port number used for the RIST protocol in the router input configuration.
double Port { get; }
Property Value
Remarks
RecoveryLatencyMilliseconds
The recovery latency in milliseconds for the RIST protocol in the router input configuration.
double RecoveryLatencyMilliseconds { get; }