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