class OBS::WebSocket::Protocol::Events::SourceMuteStateChanged

Public Instance Methods

muted() click to toggle source

@!attribute [r] muted @return [Boolean] muted field

# File lib/obs/websocket/protocol.rb, line 396
def muted; get_field("muted", Types::Boolean); end
source_name() click to toggle source

@!attribute [r] source_name @return [String] sourceName field

# File lib/obs/websocket/protocol.rb, line 393
def source_name; get_field("sourceName", Types::String); end