class OBS::WebSocket::Protocol::Responses::GetSyncOffset
@see Requests::GetSyncOffset
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getsyncoffset
Public Instance Methods
name()
click to toggle source
@!attribute [r] name @return [String] name
field
# File lib/obs/websocket/protocol.rb, line 3741 def name; get_field("name", Types::String); end
offset()
click to toggle source
@!attribute [r] offset @return [Integer] offset
field
# File lib/obs/websocket/protocol.rb, line 3744 def offset; get_field("offset", Types::Integer); end