Class StreamStatus

    • Constructor Detail

      • StreamStatus

        public StreamStatus()
    • Method Detail

      • isStreaming

        public boolean isStreaming()
        Current streaming state.
      • isRecording

        public boolean isRecording()
        Current recording state.
      • isReplayBufferActive

        public boolean isReplayBufferActive()
        Replay Buffer status
      • getBytesPerSec

        public int getBytesPerSec()
        Amount of data per second (in bytes) transmitted by the stream encoder.
      • getKbitsPerSec

        public int getKbitsPerSec()
        Amount of data per second (in kilobits) transmitted by the stream encoder.
      • getStrain

        public double getStrain()
        Percentage of dropped frames.
      • getTotalStreamTime

        public int getTotalStreamTime()
        Total time (in seconds) since the stream started.
      • getNumTotalFrames

        public int getNumTotalFrames()
        Total number of frames transmitted since the stream started.
      • getNumDroppedFrames

        public int getNumDroppedFrames()
        Number of frames dropped by the encoder since the stream started.
      • getStats

        public OBSStats getStats()
        Gets data from the OBSStats.
      • isPreviewOnly

        public boolean isPreviewOnly()
        Always false (retrocompatibility).