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

model.AudioFile Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package model;

public class AudioFile {
    String id;
    String name;
    String fileName;
    boolean external;
    boolean current;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy