class OBS::WebSocket::Protocol::Responses::GetAudioMonitorType
@see Requests::GetAudioMonitorType
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getaudiomonitortype
Public Instance Methods
monitor_type()
click to toggle source
@!attribute [r] monitor_type
@return [String] monitorType
field
# File lib/obs/websocket/protocol.rb, line 4020 def monitor_type; get_field("monitorType", Types::String); end