Uses of Class
quicktime.std.music.SynthesizerConnections

Packages that use SynthesizerConnections
quicktime.io   
quicktime.std.music   
 

Uses of SynthesizerConnections in quicktime.io
 

Methods in quicktime.io with parameters of type SynthesizerConnections
static QTFile QTFile.fromSynthesizerConnections(SynthesizerConnections conns)
          Return a QTFile (or null if none) of a sound bank file that is used by a MusicComponent as specified in that component's SynthesizerConnections
 

Uses of SynthesizerConnections in quicktime.std.music
 

Subclasses of SynthesizerConnections in quicktime.std.music
 class QTMIDIPort
          Provides information about the port used by the QuickTime synthesizer.
 

Fields in quicktime.std.music declared as SynthesizerConnections
 SynthesizerConnections MusicComponentInfo.connections
          A Synthesizer's connections for a MIDI device.
 

Methods in quicktime.std.music that return SynthesizerConnections
 SynthesizerConnections NoteAllocator.getDefaultMIDIInput()
          Obtain external MIDI connection information about the MIDI device that is attached to the system and selected as the default MIDI input device.
 

Methods in quicktime.std.music with parameters of type SynthesizerConnections
 void NoteAllocator.registerMusicDevice(int synthType, java.lang.String name, SynthesizerConnections connections)
          Registers a music component with the NoteAllocator.
 void NoteAllocator.setDefaultMIDIInput(SynthesizerConnections sc)
          Initializes an external MIDI device that is used to receive external MIDI information.