Class: OBS::WebSocket::Protocol::Responses::GetAudioActive

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

#audio_activeBoolean (readonly)

Returns audioActive field.

Returns:

  • (Boolean)

    audioActive field



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

def audio_active; get_field("audioActive", Types::Boolean); end