Class: Aws::MediaConnect::Types::SrtCallerRouterInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::SrtCallerRouterInputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#decryption_configuration ⇒ Types::SrtDecryptionConfiguration
Specifies the decryption settings for an SRT caller input, including the encryption key configuration and associated parameters.
-
#minimum_latency_milliseconds ⇒ Integer
The minimum latency in milliseconds for the SRT protocol in caller mode.
-
#source_address ⇒ String
The source IP address for the SRT protocol in caller mode.
-
#source_port ⇒ Integer
The source port number for the SRT protocol in caller mode.
-
#stream_id ⇒ String
The stream ID for the SRT protocol in caller mode.
Instance Attribute Details
#decryption_configuration ⇒ Types::SrtDecryptionConfiguration
Specifies the decryption settings for an SRT caller input, including the encryption key configuration and associated parameters.
7208 7209 7210 7211 7212 7213 7214 7215 7216 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7208 class SrtCallerRouterInputConfiguration < Struct.new( :source_address, :source_port, :minimum_latency_milliseconds, :stream_id, :decryption_configuration) SENSITIVE = [] include Aws::Structure end |
#minimum_latency_milliseconds ⇒ Integer
The minimum latency in milliseconds for the SRT protocol in caller mode.
7208 7209 7210 7211 7212 7213 7214 7215 7216 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7208 class SrtCallerRouterInputConfiguration < Struct.new( :source_address, :source_port, :minimum_latency_milliseconds, :stream_id, :decryption_configuration) SENSITIVE = [] include Aws::Structure end |
#source_address ⇒ String
The source IP address for the SRT protocol in caller mode.
7208 7209 7210 7211 7212 7213 7214 7215 7216 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7208 class SrtCallerRouterInputConfiguration < Struct.new( :source_address, :source_port, :minimum_latency_milliseconds, :stream_id, :decryption_configuration) SENSITIVE = [] include Aws::Structure end |
#source_port ⇒ Integer
The source port number for the SRT protocol in caller mode.
7208 7209 7210 7211 7212 7213 7214 7215 7216 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7208 class SrtCallerRouterInputConfiguration < Struct.new( :source_address, :source_port, :minimum_latency_milliseconds, :stream_id, :decryption_configuration) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
The stream ID for the SRT protocol in caller mode.
7208 7209 7210 7211 7212 7213 7214 7215 7216 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7208 class SrtCallerRouterInputConfiguration < Struct.new( :source_address, :source_port, :minimum_latency_milliseconds, :stream_id, :decryption_configuration) SENSITIVE = [] include Aws::Structure end |