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