Class GetSceneItemList.SceneItem
- java.lang.Object
-
- nl.harm27.obs.websocket.api.requests.sceneitems.GetSceneItemList.SceneItem
-
- Enclosing class:
- GetSceneItemList
public class GetSceneItemList.SceneItem extends Object
-
-
Constructor Summary
Constructors Constructor Description SceneItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetItemId()Unique item id of the source itemStringgetSourceKind()ID if the scene item's source.StringgetSourceName()Name of the scene item's sourceStringgetSourceType()Type of the scene item's source.
-
-
-
Method Detail
-
getItemId
public int getItemId()
Unique item id of the source item
-
getSourceKind
public String getSourceKind()
ID if the scene item's source. For example `vlc_source` or `image_source`
-
getSourceName
public String getSourceName()
Name of the scene item's source
-
getSourceType
public String getSourceType()
Type of the scene item's source. Either `input`, `group`, or `scene`
-
-