Class: Aws::MediaConnect::Types::SrtCallerRouterInputConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#decryption_configurationTypes::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_millisecondsInteger

The minimum latency in milliseconds for the SRT protocol in caller mode.

Returns:

  • (Integer)


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_addressString

The source IP address for the SRT protocol in caller mode.

Returns:

  • (String)


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_portInteger

The source port number for the SRT protocol in caller mode.

Returns:

  • (Integer)


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_idString

The stream ID for the SRT protocol in caller mode.

Returns:

  • (String)


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