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

angry1980.audio.model.Peak Maven / Gradle / Ivy

package angry1980.audio.model;

import org.immutables.value.Value;

@Value.Immutable
public interface Peak {

    long getTrackId();
    int getTime();
    long getHash();

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy