public class WindowsSoundCard extends AbstractSoundCard
| Constructor and Description |
|---|
WindowsSoundCard(String kernelVersion,
String name,
String codec)
Constructor for WindowsSoundCard.
|
| Modifier and Type | Method and Description |
|---|---|
static List<WindowsSoundCard> |
getSoundCards()
Returns Windows audio device driver information, which represents the closest
proxy we have to sound cards.
|
getCodec, getDriverVersion, getName, setCodec, setKernelVersion, setName, toStringpublic static List<WindowsSoundCard> getSoundCards()
NOTE : The reason why the codec name is same as the card name is because windows does not provide the name of the codec chip but sometimes the name of the card returned is infact the name of the codec chip also. Example : Realtek ALC887 HD Audio Device
Copyright © 2020. All rights reserved.