class OBS::WebSocket::Protocol::Responses::GetVolume

@see Requests::GetVolume @see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getvolume

Public Instance Methods

muted() click to toggle source

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

# File lib/obs/websocket/protocol.rb, line 3653
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 3647
def name; get_field("name", Types::String); end
volume() click to toggle source

@!attribute [r] volume @return [Float] volume field

# File lib/obs/websocket/protocol.rb, line 3650
def volume; get_field("volume", Types::Float); end