Class: OBS::WebSocket::Protocol::Responses::GetSourceFilterInfo
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetSourceFilterInfo
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
readonly
enabledfield. -
#name ⇒ String
readonly
namefield. -
#settings ⇒ Hash
readonly
settingsfield. -
#type ⇒ String
readonly
typefield.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#enabled ⇒ Boolean (readonly)
Returns enabled field.
3973 |
# File 'lib/obs/websocket/protocol.rb', line 3973 def enabled; get_field("enabled", Types::Boolean); end |
#name ⇒ String (readonly)
Returns name field.
3979 |
# File 'lib/obs/websocket/protocol.rb', line 3979 def name; get_field("name", Types::String); end |