Class: OBS::WebSocket::Protocol::Events::SceneCollectionChanged
- Inherits:
-
OBS::WebSocket::Protocol::Event
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Event
- OBS::WebSocket::Protocol::Events::SceneCollectionChanged
- Defined in:
- lib/obs/websocket/protocol.rb
Instance Attribute Summary collapse
-
#scene_collection ⇒ String
readonly
sceneCollectionfield.
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_collection ⇒ String (readonly)
Returns sceneCollection field.
87 |
# File 'lib/obs/websocket/protocol.rb', line 87 def scene_collection; get_field("sceneCollection", Types::String); end |