Class: Aws::Types::Smpte2110ReceiverGroupSdpSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ancillary_sdps::Array[Types::InputSdpLocation]

Returns the value of attribute ancillary_sdps.

Returns:



5634
5635
5636
# File 'sig/types.rbs', line 5634

def ancillary_sdps
  @ancillary_sdps
end

#audio_sdps::Array[Types::InputSdpLocation]

Returns the value of attribute audio_sdps.

Returns:



5635
5636
5637
# File 'sig/types.rbs', line 5635

def audio_sdps
  @audio_sdps
end

#video_sdpTypes::InputSdpLocation

Returns the value of attribute video_sdp.



5636
5637
5638
# File 'sig/types.rbs', line 5636

def video_sdp
  @video_sdp
end