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