class OBS::WebSocket::Protocol::Responses::GetMute
@see Requests::GetMute
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getmute
Public Instance Methods
muted()
click to toggle source
@!attribute [r] muted @return [Boolean] muted
field
# File lib/obs/websocket/protocol.rb, line 3697 def muted; get_field("muted", Types::Boolean); end
name()
click to toggle source
@!attribute [r] name @return [String] name
field
# File lib/obs/websocket/protocol.rb, line 3694 def name; get_field("name", Types::String); end