InterpolationTypespublic class InterpolationTypes extends org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
Fields Summary |
---|
private static InterpolationTypes | interpolationTypes |
Constructors Summary |
---|
private InterpolationTypes()
idToValue.put(0, "Band");
idToValue.put(1, "Linear");
createMaps();
|
|