Package jmri.jmrit
Class Sound.WavBuffer
- java.lang.Object
-
- jmri.jmrit.Sound.WavBuffer
-
- Enclosing class:
- Sound
public static class Sound.WavBuffer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WavBuffer(byte[] content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleangetBigEndian()(package private) intgetChannels()(package private) floatgetSampleRate()(package private) intgetSampleSizeInBits()(package private) booleangetSigned()
-
-
-
Constructor Detail
-
WavBuffer
public WavBuffer(byte[] content)
-
-
Method Detail
-
getSampleRate
float getSampleRate()
-
getSampleSizeInBits
int getSampleSizeInBits()
-
getChannels
int getChannels()
-
getBigEndian
boolean getBigEndian()
-
getSigned
boolean getSigned()
-
-