
com.voxeo.tropo.enums.Format Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tropo-webapi-java Show documentation
Show all versions of tropo-webapi-java Show documentation
WebApi Java implementation for the Tropo Cloud platform
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