Class SourceAudioSyncOffsetChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.sources.SourceAudioSyncOffsetChanged
-
public class SourceAudioSyncOffsetChanged extends BaseEvent
The audio sync offset of a source has changed.- Since:
- 4.6.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description SourceAudioSyncOffsetChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceName()
Source nameint
getSyncOffset()
Audio sync offset of the source (in nanoseconds)-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getSourceName
public String getSourceName()
Source name
-
getSyncOffset
public int getSyncOffset()
Audio sync offset of the source (in nanoseconds)
-
-