Class: OBS::WebSocket::Protocol::Responses::GetMediaTime
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetMediaTime
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#timestamp ⇒ Integer
readonly
timestampfield.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#timestamp ⇒ Integer (readonly)
Returns timestamp field.
3589 |
# File 'lib/obs/websocket/protocol.rb', line 3589 def ; get_field("timestamp", Types::Integer); end |