Class MediaPlaying
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.media.MediaPlaying
-
public class MediaPlaying extends BaseEvent
Note: This event is only emitted when something actively controls the media/VLC source. In other words, the source will never emit this on its own naturally.- Since:
- 4.9.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description MediaPlaying()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceKind()
The ID type of the source (Eg.String
getSourceName()
Source name-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-