Class BaseEvent

    • Constructor Detail

      • BaseEvent

        public BaseEvent()
    • Method Detail

      • getUpdateType

        public EventType getUpdateType()
        Enum constants for names of the event types.
      • getStreamTimecode

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

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

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

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