class OBS::WebSocket::Protocol::Events::SourceAudioMixersChanged
Public Instance Methods
hex_mixers_value()
click to toggle source
@!attribute [r] hex_mixers_value
@return [String] hexMixersValue
field
# File lib/obs/websocket/protocol.rb, line 429 def hex_mixers_value; get_field("hexMixersValue", Types::String); end
mixers()
click to toggle source
@!attribute [r] mixers @return [Array<Hash>] mixers
field
# File lib/obs/websocket/protocol.rb, line 426 def mixers; get_field("mixers", Types::Array[Types::Object[{:id=>{:type=>Types::Integer, :json_name=>"id"}, :enabled=>{:type=>Types::Boolean, :json_name=>"enabled"}}]]); end
source_name()
click to toggle source
@!attribute [r] source_name
@return [String] sourceName
field
# File lib/obs/websocket/protocol.rb, line 423 def source_name; get_field("sourceName", Types::String); end