Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-ristrouterinputconfiguration.html

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

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-ristrouterinputconfiguration.html#cfn-mediaconnect-routerinput-ristrouterinputconfiguration-port

RecoveryLatencyMilliseconds

The recovery latency in milliseconds for the RIST protocol in the router input configuration.

double RecoveryLatencyMilliseconds { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-ristrouterinputconfiguration.html#cfn-mediaconnect-routerinput-ristrouterinputconfiguration-recoverylatencymilliseconds

Back to top Generated by DocFX