javax.sound.midi
public static class Sequencer.SyncMode extends Object
| 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 | 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. |
Parameters: name the SyncMode name
See Also: toString