Class: OBS::WebSocket::Protocol::Events::SourceAudioMixersChanged

Inherits:
OBS::WebSocket::Protocol::Event show all
Defined in:
lib/obs/websocket/protocol.rb

Instance Attribute Summary collapse

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_valueString (readonly)

Returns hexMixersValue field.

Returns:

  • (String)

    hexMixersValue field



429
# File 'lib/obs/websocket/protocol.rb', line 429

def hex_mixers_value; get_field("hexMixersValue", Types::String); end

#mixersArray<Hash> (readonly)

Returns mixers field.

Returns:

  • (Array<Hash>)

    mixers field



426
# 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_nameString (readonly)

Returns sourceName field.

Returns:

  • (String)

    sourceName field



423
# File 'lib/obs/websocket/protocol.rb', line 423

def source_name; get_field("sourceName", Types::String); end