Class: Aws::MediaLive::Types::SrtSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#srt_caller_sourcesArray<Types::SrtCallerSource>

Returns:



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_settingsTypes::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