Class: Aws::MediaConnect::Types::RtpRouterInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RtpRouterInputConfiguration
- 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
-
#forward_error_correction ⇒ String
The state of forward error correction for the RTP protocol in the router input configuration.
-
#port ⇒ Integer
The port number used for the RTP protocol in the router input configuration.
Instance Attribute Details
#forward_error_correction ⇒ String
The state of forward error correction for the RTP protocol in the router input configuration.
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 |
#port ⇒ Integer
The port number used for the RTP protocol in the router input configuration.
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 |