Class BaseEvent

    • Constructor Detail

      • BaseEvent

        public BaseEvent()
    • Method Detail

      • getEventType

        public EventType getEventType()
        The type of event.
      • getStreamTimecode

        public Optional<String> getStreamTimecode()
        Time elapsed between now and stream start (only present if OBS Studio is streaming) as string.
      • getRecordingTimecode

        public Optional<String> getRecordingTimecode()
        Time elapsed between now and recording start (only present if OBS Studio is recording) as string.
      • getStreamDuration

        public Optional<Duration> getStreamDuration()
        Time elapsed between now and stream start (only present if OBS Studio is streaming) as duration.
      • getRecordingDuration

        public Optional<Duration> getRecordingDuration()
        Time elapsed between now and recording start (only present if OBS Studio is recording) as duration.