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

com.voxeo.tropo.enums.Format Maven / Gradle / Ivy

There is a newer version: 15.13.0
Show newest version
package com.voxeo.tropo.enums;

public enum Format {

	WAV, MP3, AU;
	
	@Override public String toString() {
		
		String s = super.toString();
		return "audio/"+s.toLowerCase();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy