Class: Aws::MediaLive::Types::SrtSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::SrtSettingsRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Configures the sources for this SRT input. For a single-pipeline input, include one srtCallerSource in the array. For a standard-pipeline input, include two srtCallerSource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#srt_caller_sources ⇒ Array<Types::SrtCallerSourceRequest>
17819 17820 17821 17822 17823 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17819 class SrtSettingsRequest < Struct.new( :srt_caller_sources) SENSITIVE = [] include Aws::Structure end |