Searched defs:getChannels (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelOscillator.java35 public int getChannels(); method in interface:ModelOscillator
H A DModelInstrument.java107 public final boolean[] getChannels() { method in class:ModelInstrument
H A DModelAbstractOscillator.java114 public int getChannels() { method in class:ModelAbstractOscillator
H A DModelByteBufferWavetable.java51 framesize_pc = format.getFrameSize() / format.getChannels();
219 format.getChannels(),
220 format.getFrameSize() + (1 * format.getChannels()),
233 public int getChannels() { method in class:ModelByteBufferWavetable
234 return getFormat().getChannels();
H A DSoftSynthesizer.java151 samplesize = stream.getFormat().getFrameSize() / stream.getFormat().getChannels();
365 if (format.getChannels() > 2) {
505 public MidiChannel[] getChannels() { method in class:SoftSynthesizer
1181 // so getChannels works correctly
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DSynthesizer.java120 public MidiChannel[] getChannels(); method in interface:Synthesizer
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFormat.java327 public int getChannels() { method in class:AudioFormat
450 && (format.getChannels() == AudioSystem.NOT_SPECIFIED
451 || format.getChannels() == getChannels())
496 if (getChannels() == 1) {
499 if (getChannels() == 2) {
502 if (getChannels() == AudioSystem.NOT_SPECIFIED) {
505 sChannels = ""+getChannels()+" channels, ";

Completed in 28 milliseconds