model.AudioFile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annotationpro-format Show documentation
Show all versions of annotationpro-format Show documentation
Library to read and write Annotation Pro files
package model;
public class AudioFile {
String id;
String name;
String fileName;
boolean external;
boolean current;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy