API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.midi. Sequencer.SyncMode View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      Sequencer.SyncMode
Implements
Subclasses
Description
publicstatic class Sequencer.SyncMode
  A SyncMode object represents one of the ways in which a MIDI sequencer's notion of time can be synchronized with a master or slave device.
Constructors
protected Sequencer.SyncMode (String name)
  Constructs a synchronization mode.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj)
  Determines whether two objects are equal.
publicfinal int hashCode ()
Finalizes the hashcode method.
publicfinal String toString ()
  Provides this synchronization mode's name as the string representation of the mode.
Fields
Hide/Show inherited fields
publicfinalstatic SyncMode INTERNAL_CLOCK
  A master synchronization mode that makes the sequencer get its timing information from its internal clock.
publicfinalstatic SyncMode MIDI_SYNC
  A master or slave synchronization mode that specifies the use of MIDI clock messages.
publicfinalstatic SyncMode MIDI_TIME_CODE
  A master or slave synchronization mode that specifies the use of MIDI Time Code.
publicfinalstatic SyncMode NO_SYNC
  A slave synchronization mode indicating that no timing information should be sent to the receiver.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar