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