Class: Aws::MediaConnect::Types::SrtListenerRouterOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::SrtListenerRouterOutputConfiguration
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::SrtEncryptionConfiguration
Defines the encryption settings for an SRT listener output, including the encryption key configuration and associated parameters.
-
#minimum_latency_milliseconds ⇒ Integer
The minimum latency in milliseconds for the SRT protocol in listener mode.
-
#port ⇒ Integer
The port number for the SRT protocol in listener mode.
Instance Attribute Details
#encryption_configuration ⇒ Types::SrtEncryptionConfiguration
Defines the encryption settings for an SRT listener output, including the encryption key configuration and associated parameters.
7339 7340 7341 7342 7343 7344 7345 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7339 class SrtListenerRouterOutputConfiguration < Struct.new( :port, :minimum_latency_milliseconds, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#minimum_latency_milliseconds ⇒ Integer
The minimum latency in milliseconds for the SRT protocol in listener mode.
7339 7340 7341 7342 7343 7344 7345 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7339 class SrtListenerRouterOutputConfiguration < Struct.new( :port, :minimum_latency_milliseconds, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port number for the SRT protocol in listener mode.
7339 7340 7341 7342 7343 7344 7345 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7339 class SrtListenerRouterOutputConfiguration < Struct.new( :port, :minimum_latency_milliseconds, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |