Uses of Class
nl.harm27.obs.websocket.api.base.BaseEvent
-
-
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.general
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.general Modifier and Type Class Description classBroadcastCustomMessageA custom broadcast message, sent by the server, requested by one of the websocket clients.classHeartbeatEmitted every 2 seconds after enabling it by calling SetHeartbeat. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.media
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.media Modifier and Type Class Description classMediaEndedNote: These events are emitted by the OBS sources themselves.classMediaNextNote: This event is only emitted when something actively controls the media/VLC source.classMediaPausedNote: This event is only emitted when something actively controls the media/VLC source.classMediaPlayingNote: This event is only emitted when something actively controls the media/VLC source.classMediaPreviousNote: This event is only emitted when something actively controls the media/VLC source.classMediaRestartedNote: This event is only emitted when something actively controls the media/VLC source.classMediaStartedNote: These events are emitted by the OBS sources themselves.classMediaStoppedNote: This event is only emitted when something actively controls the media/VLC source. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.other
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.other Modifier and Type Class Description classExitingOBS is exiting. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.profiles
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.profiles Modifier and Type Class Description classProfileChangedTriggered when switching to another profile or when renaming the current profile.classProfileListChangedTriggered when a profile is created, added, renamed, or removed. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.recording
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.recording Modifier and Type Class Description classRecordingPausedCurrent recording pausedclassRecordingResumedCurrent recording resumedclassRecordingStartedRecording started successfully.classRecordingStartingNote: `recordingFilename` is not provided in this event because this information is not available at the time this event is emitted.classRecordingStoppedRecording stopped successfully.classRecordingStoppingA request to stop recording has been issued. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.replaybuffer
Subclasses of BaseEvent in nl.harm27.obs.websocket.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.obs.websocket.api.events.sceneitems
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.sceneitems Modifier and Type Class Description classSceneItemAddedA scene item has been added to a scene.classSceneItemDeselectedA scene item is deselected.classSceneItemLockChangedA scene item's locked status has been toggled.classSceneItemRemovedA scene item has been removed from a scene.classSceneItemSelectedA scene item is selected.classSceneItemTransformChangedA scene item's transform has been changed.classSceneItemVisibilityChangedA scene item's visibility has been toggled.classSourceOrderChangedScene items within a scene have been reordered. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.scenes
Subclasses of BaseEvent in nl.harm27.obs.websocket.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.classScenesChangedNote: This event is not fired when the scenes are reordered.classSwitchScenesIndicates a scene change. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.sources
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.sources Modifier and Type Class Description classSourceAudioActivatedA source has added audio.classSourceAudioDeactivatedA source has removed audio.classSourceAudioMixersChangedAudio mixer routing changed on a source.classSourceAudioSyncOffsetChangedThe audio sync offset of a source has changed.classSourceCreatedA source has been created.classSourceDestroyedA source has been destroyed/removed.classSourceFilterAddedA filter was added to a source.classSourceFilterRemovedA filter was removed from a source.classSourceFiltersReorderedFilters in a source have been reordered.classSourceFilterVisibilityChangedThe visibility/enabled state of a filter changedclassSourceMuteStateChangedA source has been muted or unmuted.classSourceRenamedA source has been renamed.classSourceVolumeChangedThe volume of a source has changed. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.streaming
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.streaming Modifier and Type Class Description classStreamStartedStreaming started successfully.classStreamStartingA request to start streaming has been issued.classStreamStatusEmitted every 2 seconds when stream is active.classStreamStoppedStreaming stopped successfully.classStreamStoppingA request to stop streaming has been issued. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.studiomode
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.studiomode Modifier and Type Class Description classPreviewSceneChangedThe selected preview scene has changed (only available in Studio Mode).classStudioModeSwitchedStudio Mode has been enabled or disabled. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.transitions
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.transitions Modifier and Type Class Description classSwitchTransitionThe active transition has been changed.classTransitionBeginA transition (other than "cut") has begun.classTransitionDurationChangedThe active transition duration has been changed.classTransitionEndA transition (other than "cut") has ended.classTransitionListChangedThe list of available transitions has been modified.classTransitionVideoEndA stinger transition has finished playing its video. -
Uses of BaseEvent in nl.harm27.obs.websocket.api.events.virtualcam
Subclasses of BaseEvent in nl.harm27.obs.websocket.api.events.virtualcam Modifier and Type Class Description classVirtualCamStartedVirtual cam started successfully.classVirtualCamStoppedVirtual cam stopped successfully. -
Uses of BaseEvent in nl.harm27.obs.websocket.listener
Methods in nl.harm27.obs.websocket.listener with parameters of type BaseEvent Modifier and Type Method Description voidEventListener. callEvent(BaseEvent baseEvent)voidGeneralEventListener. callEvent(BaseEvent baseEvent)voidMediaEventListener. callEvent(BaseEvent baseEvent)voidOtherEventListener. callEvent(BaseEvent baseEvent)voidProfilesEventListener. callEvent(BaseEvent baseEvent)voidRecordingEventListener. callEvent(BaseEvent baseEvent)voidReplayBufferEventListener. callEvent(BaseEvent baseEvent)voidSceneItemsEventListener. callEvent(BaseEvent baseEvent)voidScenesEventListener. callEvent(BaseEvent baseEvent)voidSourcesEventListener. callEvent(BaseEvent baseEvent)voidStreamingEventListener. callEvent(BaseEvent baseEvent)voidStudioModeEventListener. callEvent(BaseEvent baseEvent)voidTransitionsEventListener. callEvent(BaseEvent baseEvent)voidVirtualCamEventListener. callEvent(BaseEvent baseEvent)
-