public static class Sequencer.SyncMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static Sequencer.SyncMode |
INTERNAL_CLOCK
A master sync mode indicating the use of an internal sequencer clock.
|
static Sequencer.SyncMode |
MIDI_SYNC
A master or slave sync mode indicating the use of MIDI clock messages.
|
static Sequencer.SyncMode |
MIDI_TIME_CODE
A master or slave sync mode indicating the use of MIDI Time Code
messages.
|
static Sequencer.SyncMode |
NO_SYNC
A slave sync mode indicating that no timing info will be transmitted.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Sequencer.SyncMode(String name)
Create a new SyncMode object
|
public static final Sequencer.SyncMode INTERNAL_CLOCK
public static final Sequencer.SyncMode MIDI_SYNC
public static final Sequencer.SyncMode MIDI_TIME_CODE
public static final Sequencer.SyncMode NO_SYNC
protected Sequencer.SyncMode(String name)
name - the SyncMode namepublic final boolean equals(Object o)
equals in class Objecto - the Object to compare toObject.hashCode()public final int hashCode()
hashCode in class ObjectObject.equals(Object),
System.identityHashCode(Object)public final String toString()
toString in class ObjectObject.toString()