Class MediaStopped


  • public class MediaStopped
    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 Detail

      • MediaStopped

        public MediaStopped()
    • Method Detail

      • getSourceName

        public String getSourceName()
        Source name
      • getSourceKind

        public String getSourceKind()
        The ID type of the source (Eg. `vlc_source` or `ffmpeg_source`)