

# SrtCallerRouterOutputConfiguration
<a name="API_SrtCallerRouterOutputConfiguration"></a>

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

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

 ** destinationAddress **   <a name="mediaconnect-Type-SrtCallerRouterOutputConfiguration-destinationAddress"></a>
The destination IP address for the SRT protocol in caller mode.  
Type: String  
Required: Yes

 ** destinationPort **   <a name="mediaconnect-Type-SrtCallerRouterOutputConfiguration-destinationPort"></a>
The destination port number for the SRT protocol in caller mode.  
Type: Integer  
Valid Range: Minimum value of 1024. Maximum value of 65535.  
Required: Yes

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

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

 ** streamId **   <a name="mediaconnect-Type-SrtCallerRouterOutputConfiguration-streamId"></a>
The stream ID for the SRT protocol in caller mode.  
Type: String  
Required: No

## See Also
<a name="API_SrtCallerRouterOutputConfiguration_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/SrtCallerRouterOutputConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/mediaconnect-2018-11-14/SrtCallerRouterOutputConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/mediaconnect-2018-11-14/SrtCallerRouterOutputConfiguration) 