Uses of Class
nl.harm27.obswebsocket.api.complex.SceneItem
-
-
Uses of SceneItem in nl.harm27.obswebsocket.api.complex
Methods in nl.harm27.obswebsocket.api.complex that return types with arguments of type SceneItem Modifier and Type Method Description Optional<List<SceneItem>>SceneItem. getGroupChildren()List of children (if this item is a group) (optional)List<SceneItem>Scene. getSources()Ordered list of the current scene's source items. -
Uses of SceneItem in nl.harm27.obswebsocket.api.events.scenes
Methods in nl.harm27.obswebsocket.api.events.scenes that return types with arguments of type SceneItem Modifier and Type Method Description List<SceneItem>SwitchScenes. getSources()List of scene items in the new scene. -
Uses of SceneItem in nl.harm27.obswebsocket.api.requests.scenes
Methods in nl.harm27.obswebsocket.api.requests.scenes that return types with arguments of type SceneItem Modifier and Type Method Description List<SceneItem>GetCurrentScene.Response. getSources()Ordered list of the current scene's source items.Constructor parameters in nl.harm27.obswebsocket.api.requests.scenes with type arguments of type SceneItem Constructor Description Request(String messageId, List<SceneItem> items) -
Uses of SceneItem in nl.harm27.obswebsocket.api.requests.studiomode
Methods in nl.harm27.obswebsocket.api.requests.studiomode that return types with arguments of type SceneItem Modifier and Type Method Description List<SceneItem>GetPreviewScene.Response. getSources()The sources from this scene. -
Uses of SceneItem in nl.harm27.obswebsocket.sender
Method parameters in nl.harm27.obswebsocket.sender with type arguments of type SceneItem Modifier and Type Method Description voidScenesRequestSender. reorderSceneItems(String scene, List<SceneItem> items, Consumer<ReorderSceneItems.Response> responseConsumer)Changes the order of scene items in the requested scene.
-