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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDirectAudioDevice.java348 public boolean isFormatSupportedInHardware(AudioFormat format) { method in class:DirectAudioDevice.DirectDLI
359 * return isFormatSupportedInHardware(format)
360 * || isFormatSupportedInHardware(getSignOrEndianChangedFormat(format));
481 if (ddli != null && !ddli.isFormatSupportedInHardware(format)) {
483 if (ddli.isFormatSupportedInHardware(newFormat)) {

Completed in 33 milliseconds