Frames | No Frames |
Methods with parameter type javax.sound.midi.Sequence | |
int[] | Return an array of supported MIDI file types on this system
for the given sequnce.
|
boolean | Return true if the system supports writing files of type fileType
for the given sequence.
|
void | Set the Sequence object for this sequencer.
|
int | Write a sequence to a file using a specific MIDI file format.
|
int | Write a sequence to an output stream using a specific MIDI file format.
|
Methods with return type javax.sound.midi.Sequence | |
Sequence | Get the current sequence object for this sequencer.
|
Sequence | Read a Sequence object from the given file.
|
Sequence | Read a Sequence object from the given stream.
|
Sequence | Read a Sequence object from the given url.
|
Methods with parameter type javax.sound.midi.Sequence | |
int[] | Return the MIDI file types supported by this writer for the
given sequence.
|
int | Write a sequence to a file using the specified MIDI file type.
|
int | Write a sequence to a stream using the specified MIDI file type.
|
Methods with return type javax.sound.midi.Sequence | |
Sequence | |
Sequence | |
Sequence |
Methods with parameter type javax.sound.midi.Sequence | |
void | Set the Sequence object for this sequencer.
|
Methods with return type javax.sound.midi.Sequence | |
Sequence | Get the current sequence object for this sequencer.
|
Methods with parameter type javax.sound.midi.Sequence | |
int[] | Return the MIDI file types supported by this writer for the
given sequence.
|
boolean | Returns true if this writer supports the given file type for the
given sequence.
|
int | Write a sequence to a file using the specified MIDI file type.
|
int | Write a sequence to a stream using the specified MIDI file type.
|
Methods with return type javax.sound.midi.Sequence | |
Sequence | Read a Sequence from the given stream.
|
Sequence | Read a Sequence from the given stream.
|
Sequence | Read a Sequence from the given stream.
|