Class GetCurrentScene.Response
- java.lang.Object
-
- nl.harm27.obswebsocket.api.requests.BaseResponse
-
- nl.harm27.obswebsocket.api.requests.scenes.GetCurrentScene.Response
-
- Enclosing class:
- GetCurrentScene
public static class GetCurrentScene.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Name of the currently active scene.List<SceneItem>
getSources()
Ordered list of the current scene's source items.-
Methods inherited from class nl.harm27.obswebsocket.api.requests.BaseResponse
getError, getMessageId, getStatus
-
-