Class: Aws::MediaLive::Types::Smpte2110ReceiverGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Smpte2110ReceiverGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
A receiver group is a collection of video, audio, and ancillary streams that you want to group together and attach to one input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sdp_settings ⇒ Types::Smpte2110ReceiverGroupSdpSettings
The single Smpte2110ReceiverGroupSdpSettings that identify the video, audio, and ancillary streams for this receiver group.
Instance Attribute Details
#sdp_settings ⇒ Types::Smpte2110ReceiverGroupSdpSettings
The single Smpte2110ReceiverGroupSdpSettings that identify the video, audio, and ancillary streams for this receiver group.
21274 21275 21276 21277 21278 |
# File 'lib/aws-sdk-medialive/types.rb', line 21274 class Smpte2110ReceiverGroup < Struct.new( :sdp_settings) SENSITIVE = [] include Aws::Structure end |