

# SrtListenerRouterOutputConfiguration
<a name="API_SrtListenerRouterOutputConfiguration"></a>

The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.

## Contents
<a name="API_SrtListenerRouterOutputConfiguration_Contents"></a>

 ** minimumLatencyMilliseconds **   <a name="mediaconnect-Type-SrtListenerRouterOutputConfiguration-minimumLatencyMilliseconds"></a>
The minimum latency in milliseconds for the SRT protocol in listener mode.  
Type: Long  
Valid Range: Minimum value of 10. Maximum value of 10000.  
Required: Yes

 ** port **   <a name="mediaconnect-Type-SrtListenerRouterOutputConfiguration-port"></a>
The port number for the SRT protocol in listener mode.  
Type: Integer  
Valid Range: Minimum value of 3000. Maximum value of 30000.  
Required: Yes

 ** encryptionConfiguration **   <a name="mediaconnect-Type-SrtListenerRouterOutputConfiguration-encryptionConfiguration"></a>
Defines the encryption settings for an SRT listener output, including the encryption key configuration and associated parameters.  
Type: [SrtEncryptionConfiguration](API_SrtEncryptionConfiguration.md) object  
Required: No

## See Also
<a name="API_SrtListenerRouterOutputConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/mediaconnect-2018-11-14/SrtListenerRouterOutputConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/mediaconnect-2018-11-14/SrtListenerRouterOutputConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/mediaconnect-2018-11-14/SrtListenerRouterOutputConfiguration) 