Class: OBS::WebSocket::Protocol::Responses::SetSourceSettings
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::SetSourceSettings
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#source_name ⇒ String
readonly
sourceName
field. -
#source_settings ⇒ Hash
readonly
sourceSettings
field. -
#source_type ⇒ String
readonly
sourceType
field.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#source_name ⇒ String (readonly)
Returns sourceName
field.
3766 |
# File 'lib/obs/websocket/protocol.rb', line 3766 def source_name; get_field("sourceName", Types::String); end |