Class SourceVolumeChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.sources.SourceVolumeChanged
-
public class SourceVolumeChanged extends BaseEvent
The volume of a source has changed.- Since:
- 4.6.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description SourceVolumeChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceName()
Source namefloat
getVolume()
Source volumefloat
getVolumeDb()
Source volume in Decibel-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getSourceName
public String getSourceName()
Source name
-
getVolume
public float getVolume()
Source volume
-
getVolumeDb
public float getVolumeDb()
Source volume in Decibel
-
-