Class: OBS::WebSocket::Protocol::Events::SourceVolumeChanged
- Inherits:
-
OBS::WebSocket::Protocol::Event
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Event
- OBS::WebSocket::Protocol::Events::SourceVolumeChanged
- Defined in:
- lib/obs/websocket/protocol.rb
Instance Attribute Summary collapse
-
#source_name ⇒ String
readonly
sourceName
field. -
#volume ⇒ Float
readonly
volume
field. -
#volume_db ⇒ Float
readonly
volumeDb
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
#source_name ⇒ String (readonly)
Returns sourceName
field.
381 |
# File 'lib/obs/websocket/protocol.rb', line 381 def source_name; get_field("sourceName", Types::String); end |