Class: Aws::MediaConnect::Types::RtpRouterOutputConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_addressString

The destination IP address for the RTP protocol in the router output configuration.

Returns:

  • (String)


6794
6795
6796
6797
6798
6799
6800
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6794

class RtpRouterOutputConfiguration < Struct.new(
  :destination_address,
  :destination_port,
  :forward_error_correction)
  SENSITIVE = []
  include Aws::Structure
end

#destination_portInteger

The destination port number for the RTP protocol in the router output configuration.

Returns:

  • (Integer)


6794
6795
6796
6797
6798
6799
6800
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6794

class RtpRouterOutputConfiguration < Struct.new(
  :destination_address,
  :destination_port,
  :forward_error_correction)
  SENSITIVE = []
  include Aws::Structure
end

#forward_error_correctionString

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

Returns:

  • (String)


6794
6795
6796
6797
6798
6799
6800
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6794

class RtpRouterOutputConfiguration < Struct.new(
  :destination_address,
  :destination_port,
  :forward_error_correction)
  SENSITIVE = []
  include Aws::Structure
end