Class: OBS::WebSocket::Protocol::Responses::GetSyncOffset

Inherits:
OBS::WebSocket::Protocol::Response show all
Defined in:
lib/obs/websocket/protocol.rb

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from OBS::WebSocket::Protocol::Response

#initialize, #to_h

Constructor Details

This class inherits a constructor from OBS::WebSocket::Protocol::Response

Instance Attribute Details

#nameString (readonly)

Returns name field.

Returns:

  • (String)

    name field



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

def name; get_field("name", Types::String); end

#offsetInteger (readonly)

Returns offset field.

Returns:

  • (Integer)

    offset field



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

def offset; get_field("offset", Types::Integer); end