public class AudioDevice extends Object
AudioUtils.getDevices()
to get a list of supported devices.Modifier and Type | Field and Description |
---|---|
String |
deviceName
The name of the device
|
String |
displayName
The audio device name
|
Constructor and Description |
---|
AudioDevice(String deviceName,
String displayName)
Create a new audio device.
|
public String displayName
public String deviceName
public AudioDevice(String deviceName, String displayName)
deviceName
- The device namedisplayName
- The display namepublic String toString()
toString
in class Object
Object.toString()