Class: OBS::WebSocket::Protocol::Events::SourceAudioMixersChanged
- Inherits:
-
OBS::WebSocket::Protocol::Event
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Event
- OBS::WebSocket::Protocol::Events::SourceAudioMixersChanged
- Defined in:
- lib/obs/websocket/protocol.rb
Instance Attribute Summary collapse
-
#hex_mixers_value ⇒ String
readonly
hexMixersValue
field. -
#mixers ⇒ Array<Hash>
readonly
mixers
field. -
#source_name ⇒ String
readonly
sourceName
field.
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
#hex_mixers_value ⇒ String (readonly)
Returns hexMixersValue
field.
429 |
# File 'lib/obs/websocket/protocol.rb', line 429 def hex_mixers_value; get_field("hexMixersValue", Types::String); end |