Class: Aws::MediaConnect::Types::SrtCallerRouterOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::SrtCallerRouterOutputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_address ⇒ String
The destination IP address for the SRT protocol in caller mode.
-
#destination_port ⇒ Integer
The destination port number for the SRT protocol in caller mode.
-
#encryption_configuration ⇒ Types::SrtEncryptionConfiguration
Defines the encryption settings for an SRT caller output, including the encryption key configuration and associated parameters.
-
#minimum_latency_milliseconds ⇒ Integer
The minimum latency in milliseconds for the SRT protocol in caller mode.
-
#stream_id ⇒ String
The stream ID for the SRT protocol in caller mode.
Instance Attribute Details
#destination_address ⇒ String
The destination IP address for the SRT protocol in caller mode.
7247 7248 7249 7250 7251 7252 7253 7254 7255 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7247 class SrtCallerRouterOutputConfiguration < Struct.new( :destination_address, :destination_port, :minimum_latency_milliseconds, :stream_id, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#destination_port ⇒ Integer
The destination port number for the SRT protocol in caller mode.
7247 7248 7249 7250 7251 7252 7253 7254 7255 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7247 class SrtCallerRouterOutputConfiguration < Struct.new( :destination_address, :destination_port, :minimum_latency_milliseconds, :stream_id, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#encryption_configuration ⇒ Types::SrtEncryptionConfiguration
Defines the encryption settings for an SRT caller output, including the encryption key configuration and associated parameters.
7247 7248 7249 7250 7251 7252 7253 7254 7255 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7247 class SrtCallerRouterOutputConfiguration < Struct.new( :destination_address, :destination_port, :minimum_latency_milliseconds, :stream_id, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#minimum_latency_milliseconds ⇒ Integer
The minimum latency in milliseconds for the SRT protocol in caller mode.
7247 7248 7249 7250 7251 7252 7253 7254 7255 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7247 class SrtCallerRouterOutputConfiguration < Struct.new( :destination_address, :destination_port, :minimum_latency_milliseconds, :stream_id, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
The stream ID for the SRT protocol in caller mode.
7247 7248 7249 7250 7251 7252 7253 7254 7255 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7247 class SrtCallerRouterOutputConfiguration < Struct.new( :destination_address, :destination_port, :minimum_latency_milliseconds, :stream_id, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |