Class: OBS::WebSocket::Protocol::Events::SourceMuteStateChanged

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from OBS::WebSocket::Protocol::Event

create, #initialize, json_name, #rec_timecode, #stream_timecode, #to_h, #update_type

Constructor Details

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

Instance Attribute Details

#mutedBoolean (readonly)

Returns muted field.

Returns:

  • (Boolean)

    muted field



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

def muted; get_field("muted", Types::Boolean); end

#source_nameString (readonly)

Returns sourceName field.

Returns:

  • (String)

    sourceName field



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

def source_name; get_field("sourceName", Types::String); end