Searched refs:isFormatSupported (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DDataLine.java357 * Note that <code>isFormatSupported(AudioFormat)</code> might return
360 * the case: <code>isFormatSupported(AudioFormat)</code> is guaranteed to return
373 * @see #isFormatSupported(AudioFormat)
392 public boolean isFormatSupported(AudioFormat format) { method in class:DataLine.Info
460 if (! (dataLineInfo.isFormatSupported(localFormats[i])) ) {

Completed in 24 milliseconds