Class ProfileListChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.profiles.ProfileListChanged
-
public class ProfileListChanged extends BaseEvent
Triggered when a profile is created, added, renamed, or removed.- Since:
- 4.0.0
- See Also:
- OBS WebSocket Documentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ProfileListChanged.Profile
-
Constructor Summary
Constructors Constructor Description ProfileListChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProfileListChanged.Profile>
getProfiles()
Profiles list.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getProfiles
public List<ProfileListChanged.Profile> getProfiles()
Profiles list.
-
-