Class: OBS::WebSocket::Protocol::Responses::GetVolume
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetVolume
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#muted ⇒ Boolean
readonly
muted
field. -
#name ⇒ String
readonly
name
field. -
#volume ⇒ Float
readonly
volume
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
#muted ⇒ Boolean (readonly)
Returns muted
field.
3653 |
# File 'lib/obs/websocket/protocol.rb', line 3653 def muted; get_field("muted", Types::Boolean); end |