public class DLSSampleLoop
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
length |
static int |
LOOP_TYPE_FORWARD |
static int |
LOOP_TYPE_RELEASE |
protected long |
start |
protected long |
type |
Constructor and Description |
---|
DLSSampleLoop() |
Modifier and Type | Method and Description |
---|---|
long |
getLength() |
long |
getStart() |
long |
getType() |
void |
setLength(long length) |
void |
setStart(long start) |
void |
setType(long type) |
public static final int LOOP_TYPE_FORWARD
public static final int LOOP_TYPE_RELEASE
protected long type
protected long start
protected long length