Schnittstelle IAudioSystemProperties


public interface IAudioSystemProperties
Some system properties to fine tune JSIDPlay2 without touching the configuration.
Autor:
ken
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Video streaming time gap in ms between emulation time and current client viewer time in ms (default: 10s).
    static final long
    Video streaming time to slow down video production in ms (default: 250ms).
  • Felddetails

    • MAX_TIME_GAP

      static final int MAX_TIME_GAP
      Video streaming time gap in ms between emulation time and current client viewer time in ms (default: 10s). ThrottlingDriver will sleep, if time gap exceeds that value
      System Property:
      jsidplay2.sleep_driver.max_time_gap
    • SLEEP_DRIVER_SLEEP_TIME

      static final long SLEEP_DRIVER_SLEEP_TIME
      Video streaming time to slow down video production in ms (default: 250ms). Sleep time of the ThrottlingDriver, if current client viewer is far from video (max time gap reached)
      System Property:
      jsidplay2.sleep_driver.sleep_time