All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.swisspush.gateleen.player.timing.TimingFunction Maven / Gradle / Ivy

package org.swisspush.gateleen.player.timing;

/**
 * Converts real time intervals into simulated time intervals.
 *
 * @author https://github.com/lbovet [Laurent Bovet]
 */
public interface TimingFunction {

    long convertInterval(long millis);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy