Class: Aws::MediaLive::Types::SrtSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::SrtSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
The configured settings for SRT inputs (caller and listener).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#srt_caller_sources ⇒ Array<Types::SrtCallerSource>
-
#srt_listener_settings ⇒ Types::SrtListenerSettings
Settings for SRT Listener input.
Instance Attribute Details
#srt_caller_sources ⇒ Array<Types::SrtCallerSource>
18445 18446 18447 18448 18449 18450 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18445 class SrtSettings < Struct.new( :srt_caller_sources, :srt_listener_settings) SENSITIVE = [] include Aws::Structure end |
#srt_listener_settings ⇒ Types::SrtListenerSettings
Settings for SRT Listener input.
18445 18446 18447 18448 18449 18450 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18445 class SrtSettings < Struct.new( :srt_caller_sources, :srt_listener_settings) SENSITIVE = [] include Aws::Structure end |