Enum Class SamplingRate

java.lang.Object
java.lang.Enum<SamplingRate>
org.refcodes.audio.SamplingRate
All Implemented Interfaces:
Serializable, Comparable<SamplingRate>, Constable

public enum SamplingRate extends Enum<SamplingRate>
The SamplingRate enumeration defines some common sampling rates. Use getLowestSamplingRate() for the lowest sampling rate and getHigestSamplingRate() for the highest sampling rate. On a SamplingRate instance, use getNextHigherSamplingRate() for the next higher sampling rate and getPreviousLowerSamplingRate() for the previous lower sampling rate. See "https://github.com/audiojs/sample-rate"