Class: OBS::WebSocket::Protocol::Responses::GetSourceSettings
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetSourceSettings
- 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.
3752 |
# File 'lib/obs/websocket/protocol.rb', line 3752 def source_name; get_field("sourceName", Types::String); end |
#source_settings ⇒ Hash (readonly)
Returns sourceSettings field.
3758 |
# File 'lib/obs/websocket/protocol.rb', line 3758 def source_settings; get_field("sourceSettings", Types::Object); end |
#source_type ⇒ String (readonly)
Returns sourceType field.
3755 |
# File 'lib/obs/websocket/protocol.rb', line 3755 def source_type; get_field("sourceType", Types::String); end |