Class: Aws::MediaConnect::Types::RtpRouterInputConfiguration

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 RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#forward_error_correctionString

The state of forward error correction for the RTP protocol in the router input configuration.

Returns:

  • (String)


6766
6767
6768
6769
6770
6771
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6766

class RtpRouterInputConfiguration < Struct.new(
  :port,
  :forward_error_correction)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port number used for the RTP protocol in the router input configuration.

Returns:

  • (Integer)


6766
6767
6768
6769
6770
6771
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6766

class RtpRouterInputConfiguration < Struct.new(
  :port,
  :forward_error_correction)
  SENSITIVE = []
  include Aws::Structure
end