class AudioDeviceEnumerator
extends java.lang.Object
implements java.util.Enumeration
| Modifier and Type | Field and Description |
|---|---|
(package private) AudioDevice |
device |
(package private) boolean |
endOfList |
| Constructor and Description |
|---|
AudioDeviceEnumerator(PhysicalEnvironment physicalEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements()
Query that tells whether the enumerator has more elements
|
java.lang.Object |
nextElement()
Return the next element in the enumerators
|
(package private) void |
reset() |
boolean endOfList
AudioDevice device
AudioDeviceEnumerator(PhysicalEnvironment physicalEnvironment)
void reset()
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.EnumerationCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.