Class MediaEnded
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.media.MediaEnded
-
public class MediaEnded extends BaseEvent
Note: These events are emitted by the OBS sources themselves. For example when the media file ends. The behavior depends on the type of media source being used.- Since:
- 4.9.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description MediaEnded()
-
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
-
-