-
Notifications
You must be signed in to change notification settings - Fork 856
Plugin Callbacks
Aslai edited this page Nov 21, 2014
·
1 revision
Here is an overview of all the callbacks that OBS uses to interface with plugins.
- LoadPlugin
- LoadPluginEx
- UnloadPlugin
- GetPluginName
- GetPluginDescription
- ConfigPlugin
- OnStartStream
- OnStopStream
- OnStartStreaming
- OnStopStreaming
- OnStartRecording
- OnStopRecording
- OnOBSStatus
- OnStreamStatus
- OnSceneSwitch
- OnSceneCollectionSwitch
- OnScenesChanged
- OnSceneCollectionsChanged
- OnSourceOrderChanged
- OnSourceChanged
- OnSourcesAddedOrRemoved
- OnMicVolumeChanged
- OnDesktopVolumeChanged
- OnLogUpdate
- OnStartRecordingReplayBuffer
- OnStopRecordingReplayBuffer
- OnReplayBufferSaved