Class: OBS::WebSocket::Protocol::Events::SourceAudioSyncOffsetChanged

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

#source_nameString (readonly)

Returns sourceName field.

Returns:

  • (String)

    sourceName field



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

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

#sync_offsetInteger (readonly)

Returns syncOffset field.

Returns:

  • (Integer)

    syncOffset field



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

def sync_offset; get_field("syncOffset", Types::Integer); end