Class: OBS::WebSocket::Protocol::Events::TransitionVideoEnd
- Inherits:
-
OBS::WebSocket::Protocol::Event
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Event
- OBS::WebSocket::Protocol::Events::TransitionVideoEnd
- Defined in:
- lib/obs/websocket/protocol.rb
Instance Attribute Summary collapse
-
#duration ⇒ Integer
readonly
duration
field. -
#from_scene ⇒ String?
readonly
from-scene
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.
156 |
# File 'lib/obs/websocket/protocol.rb', line 156 def duration; get_field("duration", Types::Integer); end |
#from_scene ⇒ String? (readonly)
Returns from-scene
field.
159 |
# File 'lib/obs/websocket/protocol.rb', line 159 def from_scene; get_field("from-scene", Types::Optional[Types::String]); end |
#name ⇒ String (readonly)
Returns name
field.
150 |
# File 'lib/obs/websocket/protocol.rb', line 150 def name; get_field("name", Types::String); end |