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 class
BroadcastCustomMessage
A custom broadcast message was receivedclass
Heartbeat
Emitted 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 class
Exiting
OBS 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 class
RecordingPaused
Current recording pausedclass
RecordingResumed
Current recording resumedclass
RecordingStarted
Recording started successfully.class
RecordingStarting
A request to start recording has been issued.class
RecordingStopped
Recording stopped successfully.class
RecordingStopping
A 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 class
ReplayStarted
Replay Buffer started successfullyclass
ReplayStarting
A request to start the replay buffer has been issued.class
ReplayStopped
Replay Buffer stopped successfullyclass
ReplayStopping
A 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 class
SceneCollectionChanged
Triggered when switching to another scene collection or when renaming the current scene collection.class
SceneCollectionListChanged
Triggered when a scene collection is created, added, renamed, or removed.class
ScenesChanged
The scene list has been modified.class
SwitchScenes
Indicates 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 class
StreamStarted
Streaming started successfully.class
StreamStarting
A request to start streaming has been issued.class
StreamStatus
Emit every 2 seconds.class
StreamStopped
Streaming stopped successfully.class
StreamStopping
A 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 void
EventListener. callEvent(BaseEvent baseEvent)
void
GeneralEventListener. callEvent(BaseEvent baseEvent)
void
RecordingEventListener. callEvent(BaseEvent baseEvent)
void
ReplayBufferEventListener. callEvent(BaseEvent baseEvent)
void
ScenesEventListener. callEvent(BaseEvent baseEvent)
void
StreamingEventListener. callEvent(BaseEvent baseEvent)
-