Class: OBS::WebSocket::Protocol::Responses::GetAudioMonitorType
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetAudioMonitorType
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#monitor_type ⇒ String
readonly
monitorTypefield.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#monitor_type ⇒ String (readonly)
Returns monitorType field.
4020 |
# File 'lib/obs/websocket/protocol.rb', line 4020 def monitor_type; get_field("monitorType", Types::String); end |