Class Scene
- java.lang.Object
-
- nl.harm27.obswebsocket.api.complex.Scene
-
public class Scene extends Object
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description Scene()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Name of the scene.List<SceneItem>
getSources()
Ordered list of the current scene's source items.
-