Uses of Class
nl.harm27.obswebsocket.api.events.BaseEvent
-
-
Uses of BaseEvent in nl.harm27.obswebsocket.api.events.general
Subclasses of BaseEvent in nl.harm27.obswebsocket.api.events.general Modifier and Type Class Description classBroadcastCustomMessageA custom broadcast message was receivedclassHeartbeatEmitted every 2 seconds after enabling it by calling SetHeartbeat. -
Uses of BaseEvent in nl.harm27.obswebsocket.api.events.other
Subclasses of BaseEvent in nl.harm27.obswebsocket.api.events.other Modifier and Type Class Description classExitingOBS is exiting. -
Uses of BaseEvent in nl.harm27.obswebsocket.api.events.recording
Subclasses of BaseEvent in nl.harm27.obswebsocket.api.events.recording Modifier and Type Class Description classRecordingPausedCurrent recording pausedclassRecordingResumedCurrent recording resumedclassRecordingStartedRecording started successfully.classRecordingStartingA request to start recording has been issued.classRecordingStoppedRecording stopped successfully.classRecordingStoppingA request to stop recording has been issued. -
Uses of BaseEvent in nl.harm27.obswebsocket.api.events.replaybuffer
Subclasses of BaseEvent in nl.harm27.obswebsocket.api.events.replaybuffer Modifier and Type Class Description classReplayStartedReplay Buffer started successfullyclassReplayStartingA request to start the replay buffer has been issued.classReplayStoppedReplay Buffer stopped successfullyclassReplayStoppingA request to stop the replay buffer has been issued. -
Uses of BaseEvent in nl.harm27.obswebsocket.api.events.scenes
Subclasses of BaseEvent in nl.harm27.obswebsocket.api.events.scenes Modifier and Type Class Description classSceneCollectionChangedTriggered when switching to another scene collection or when renaming the current scene collection.classSceneCollectionListChangedTriggered when a scene collection is created, added, renamed, or removed.classScenesChangedThe scene list has been modified.classSwitchScenesIndicates a scene change. -
Uses of BaseEvent in nl.harm27.obswebsocket.api.events.streaming
Subclasses of BaseEvent in nl.harm27.obswebsocket.api.events.streaming Modifier and Type Class Description classStreamStartedStreaming started successfully.classStreamStartingA request to start streaming has been issued.classStreamStatusEmit every 2 seconds.classStreamStoppedStreaming stopped successfully.classStreamStoppingA request to stop streaming has been issued. -
Uses of BaseEvent in nl.harm27.obswebsocket.listener
Methods in nl.harm27.obswebsocket.listener with parameters of type BaseEvent Modifier and Type Method Description voidEventListener. callEvent(BaseEvent baseEvent)voidGeneralEventListener. callEvent(BaseEvent baseEvent)voidRecordingEventListener. callEvent(BaseEvent baseEvent)voidReplayBufferEventListener. callEvent(BaseEvent baseEvent)voidScenesEventListener. callEvent(BaseEvent baseEvent)voidStreamingEventListener. callEvent(BaseEvent baseEvent)
-