class OBS::WebSocket::Protocol::Events::SourceAudioSyncOffsetChanged
Public Instance Methods
source_name()
click to toggle source
@!attribute [r] source_name
@return [String] sourceName
field
# File lib/obs/websocket/protocol.rb, line 414 def source_name; get_field("sourceName", Types::String); end
sync_offset()
click to toggle source
@!attribute [r] sync_offset
@return [Integer] syncOffset
field
# File lib/obs/websocket/protocol.rb, line 417 def sync_offset; get_field("syncOffset", Types::Integer); end