Class: OBS::WebSocket::Protocol::Events::TransitionListChanged
- Inherits:
-
OBS::WebSocket::Protocol::Event
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Event
- OBS::WebSocket::Protocol::Events::TransitionListChanged
- Defined in:
- lib/obs/websocket/protocol.rb
Instance Attribute Summary collapse
-
#transitions ⇒ Array<Hash>
readonly
transitionsfield.
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
#transitions ⇒ Array<Hash> (readonly)
Returns transitions field.
105 |
# File 'lib/obs/websocket/protocol.rb', line 105 def transitions; get_field("transitions", Types::Array[Types::Object[{:name=>{:type=>Types::String, :json_name=>"name"}}]]); end |