Class SourceMuteStateChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.sources.SourceMuteStateChanged
-
public class SourceMuteStateChanged extends BaseEvent
A source has been muted or unmuted.- Since:
- 4.6.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description SourceMuteStateChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceName()
Source nameboolean
isMuted()
Mute status of the source-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getSourceName
public String getSourceName()
Source name
-
isMuted
public boolean isMuted()
Mute status of the source
-
-