Class: OBS::WebSocket::Protocol::Responses::GetStudioModeStatus

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

#studio_modeBoolean (readonly)

Returns studio-mode field.

Returns:

  • (Boolean)

    studio-mode field



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

def studio_mode; get_field("studio-mode", Types::Boolean); end