public class Sample
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getAmp()
This method returns the amplitude of the Sample.
|
int |
getValue()
Deprecated.
as of version 6 replaced by getAmp
|
void |
setAmp(int amp)
This method sets the amplitude of this Sample.
|
void |
setValue(int value)
Deprecated.
as of version 6 replaced by setAmp
|
@Deprecated public int getValue()
public int getAmp()
@Deprecated public void setValue(int value)
value
- The value of this sample.public void setAmp(int amp)
amp
- The amplitude of this sample.