public class SoundRegion
extends java.lang.Object
| Constructor and Description |
|---|
SoundRegion(SoundSample sample,
int keystart,
int keyend) |
| Modifier and Type | Method and Description |
|---|---|
int |
getKeyEnd() |
int |
getKeyStart() |
SoundSample |
getSample() |
public SoundRegion(SoundSample sample, int keystart, int keyend)
public SoundSample getSample()
public int getKeyStart()
public int getKeyEnd()