Package libsidplay.config
Schnittstelle IAudioSystemProperties
public interface IAudioSystemProperties
Some system properties to fine tune JSIDPlay2 without touching the
configuration.
- Autor:
- ken
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intVideo streaming time gap in ms between emulation time and current client viewer time in ms (default: 10s).static final longVideo streaming time to slow down video production in ms (default: 250ms).
-
Felddetails
-
MAX_TIME_GAP
static final int MAX_TIME_GAPVideo 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_TIMEVideo 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
-