|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.sound.midi.Sequencer.SyncMode
public static class Sequencer.SyncMode
A SyncMode object represents the mechanism by which a MIDI sequencer synchronizes time with a master or slave device.
Field Summary | |
---|---|
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. |
Constructor Summary | |
---|---|
protected |
Sequencer.SyncMode(String name)
Create a new SyncMode object |
Method Summary | |
---|---|
boolean |
equals(Object o)
SyncMode objects are only equal when identical. |
int |
hashCode()
SyncMode objects use the Object hashCode. |
String |
toString()
Use the SyncMode name as the string representation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
protected Sequencer.SyncMode(String name)
name
- the SyncMode nameMethod Detail |
---|
public final boolean equals(Object o)
equals
in class Object
o
- the Object to compare to
Object.hashCode()
public final int hashCode()
hashCode
in class Object
Object.equals(Object)
,
System.identityHashCode(Object)
public final String toString()
toString
in class Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |