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>
18507 18508 18509 18510 18511 18512 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18507 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.
18507 18508 18509 18510 18511 18512 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18507 class SrtSettings < Struct.new( :srt_caller_sources, :srt_listener_settings) SENSITIVE = [] include Aws::Structure end |