Class: OBS::WebSocket::Protocol::Events::TransitionEnd
- Inherits:
-
OBS::WebSocket::Protocol::Event
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Event
- OBS::WebSocket::Protocol::Events::TransitionEnd
- Defined in:
- lib/obs/websocket/protocol.rb
Instance Attribute Summary collapse
-
#duration ⇒ Integer
readonly
duration
field. -
#name ⇒ String
readonly
name
field. -
#to_scene ⇒ String
readonly
to-scene
field. -
#type ⇒ String
readonly
type
field.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Event
create, #initialize, json_name, #rec_timecode, #stream_timecode, #to_h, #update_type
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Event
Instance Attribute Details
#duration ⇒ Integer (readonly)
Returns duration
field.
141 |
# File 'lib/obs/websocket/protocol.rb', line 141 def duration; get_field("duration", Types::Integer); end |
#name ⇒ String (readonly)
Returns name
field.
135 |
# File 'lib/obs/websocket/protocol.rb', line 135 def name; get_field("name", Types::String); end |