Class ProfileChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.profiles.ProfileChanged
-
public class ProfileChanged extends BaseEvent
Triggered when switching to another profile or when renaming the current profile.- Since:
- 4.0.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description ProfileChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProfile()
Name of the new current profile.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getProfile
public String getProfile()
Name of the new current profile.
-
-