Class: Aws::Types::Smpte2110ReceiverGroupSdpSettings
- Inherits:
-
Object
- Object
- Aws::Types::Smpte2110ReceiverGroupSdpSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ancillary_sdps ⇒ ::Array[Types::InputSdpLocation]
Returns the value of attribute ancillary_sdps.
-
#audio_sdps ⇒ ::Array[Types::InputSdpLocation]
Returns the value of attribute audio_sdps.
-
#video_sdp ⇒ Types::InputSdpLocation
Returns the value of attribute video_sdp.
Instance Attribute Details
#ancillary_sdps ⇒ ::Array[Types::InputSdpLocation]
Returns the value of attribute ancillary_sdps.
5631 5632 5633 |
# File 'sig/types.rbs', line 5631 def ancillary_sdps @ancillary_sdps end |
#audio_sdps ⇒ ::Array[Types::InputSdpLocation]
Returns the value of attribute audio_sdps.
5632 5633 5634 |
# File 'sig/types.rbs', line 5632 def audio_sdps @audio_sdps end |
#video_sdp ⇒ Types::InputSdpLocation
Returns the value of attribute video_sdp.
5633 5634 5635 |
# File 'sig/types.rbs', line 5633 def video_sdp @video_sdp end |