Show / Hide Table of Contents

Class CfnRouterInput.RistRouterInputConfigurationProperty

The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.

Inheritance
object
CfnRouterInput.RistRouterInputConfigurationProperty
Implements
CfnRouterInput.IRistRouterInputConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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
             };

Properties

Port

The port number used for the RIST protocol in the router input configuration.

public double Port { get; set; }
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.

public double RecoveryLatencyMilliseconds { get; set; }
Property Value

double

Remarks

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

Implements

CfnRouterInput.IRistRouterInputConfigurationProperty
Back to top Generated by DocFX