Class: OBS::WebSocket::Protocol::Responses::GetAudioMonitorType

Inherits:
OBS::WebSocket::Protocol::Response show all
Defined in:
lib/obs/websocket/protocol.rb

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from OBS::WebSocket::Protocol::Response

#initialize, #to_h

Constructor Details

This class inherits a constructor from OBS::WebSocket::Protocol::Response

Instance Attribute Details

#monitor_typeString (readonly)

Returns monitorType field.

Returns:

  • (String)

    monitorType field



4020
# File 'lib/obs/websocket/protocol.rb', line 4020

def monitor_type; get_field("monitorType", Types::String); end