Package org.sheinbergon.aac.encoder.util
Class WAVAudioSupport
- java.lang.Object
-
- org.sheinbergon.aac.encoder.util.WAVAudioSupport
-
public class WAVAudioSupport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intEOSstatic org.apache.commons.lang3.Range<java.lang.Integer>SUPPORTED_CHANNELS_RANGEstatic intSUPPORTED_SAMPLE_SIZE
-
Constructor Summary
Constructors Constructor Description WAVAudioSupport()
-
-
-
Field Detail
-
SUPPORTED_SAMPLE_SIZE
public static final int SUPPORTED_SAMPLE_SIZE
- See Also:
- Constant Field Values
-
SUPPORTED_CHANNELS_RANGE
public static final org.apache.commons.lang3.Range<java.lang.Integer> SUPPORTED_CHANNELS_RANGE
-
EOS
public static final int EOS
- See Also:
- Constant Field Values
-
-