GNU Classpath (0.95) | |
Frames | No Frames |
Fields of type javax.sound.midi.Sequencer.SyncMode | |
Sequencer.SyncMode | A master sync mode indicating the use of an internal sequencer clock.
|
Sequencer.SyncMode | A master or slave sync mode indicating the use of MIDI clock messages.
|
Sequencer.SyncMode | A master or slave sync mode indicating the use of MIDI Time Code
messages.
|
Sequencer.SyncMode | A slave sync mode indicating that no timing info will be transmitted.
|
Methods with parameter type javax.sound.midi.Sequencer.SyncMode | |
void | Set the source of timing information. sync must be found in the array
returned by getMasterSyncModes().
|
void | Set the slave synchronization mode for this sequencer. sync must be
found in the array returned by getSlaveSyncModes().
|
Methods with return type javax.sound.midi.Sequencer.SyncMode | |
Sequencer.SyncMode | Get the source of timing information.
|
Sequencer.SyncMode[] | Get an array of timing sources supported by this sequencer.
|
Sequencer.SyncMode | Get the current slave synchronization mode.
|
Sequencer.SyncMode[] | Get an array of slave sync modes supported by this sequencer.
|
GNU Classpath (0.95) |