Uses of Class
javax.sound.midi.Sequencer.SyncMode
Packages that use Sequencer.SyncMode
包
描述
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
(Musical Instrument Digital Interface) data.
-
Uses of Sequencer.SyncMode in javax.sound.midi
Fields in javax.sound.midi declared as Sequencer.SyncMode修饰符和类Field描述static final Sequencer.SyncModeSequencer.SyncMode.INTERNAL_CLOCKA master synchronization mode that makes the sequencer get its timing information from its internal clock.static final Sequencer.SyncModeSequencer.SyncMode.MIDI_SYNCA master or slave synchronization mode that specifies the use of MIDI clock messages.static final Sequencer.SyncModeSequencer.SyncMode.MIDI_TIME_CODEA master or slave synchronization mode that specifies the use of MIDI Time Code.static final Sequencer.SyncModeSequencer.SyncMode.NO_SYNCA slave synchronization mode indicating that no timing information should be sent to the receiver.Methods in javax.sound.midi that return Sequencer.SyncMode修饰符和类方法描述Sequencer.getMasterSyncMode()Obtains the current master synchronization mode for this sequencer.Sequencer.getMasterSyncModes()Obtains the set of master synchronization modes supported by this sequencer.Sequencer.getSlaveSyncMode()Obtains the current slave synchronization mode for this sequencer.Sequencer.getSlaveSyncModes()Obtains the set of slave synchronization modes supported by the sequencer.Methods in javax.sound.midi with parameters of type Sequencer.SyncMode修饰符和类方法描述voidSequencer.setMasterSyncMode(Sequencer.SyncMode sync) Sets the source of timing information used by this sequencer.voidSequencer.setSlaveSyncMode(Sequencer.SyncMode sync) Sets the slave synchronization mode for the sequencer.