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