Class GetSceneList.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.scenes.GetSceneList.Response
-
- Enclosing class:
- GetSceneList
public static class GetSceneList.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrentScene()
Name of the currently active scene.List<Scene>
getScenes()
Ordered list of the current profile's scenes (See [GetCurrentScene](#getcurrentscene) for more information).-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-