public class WindowsSoundCard extends AbstractSoundCard
| Constructor and Description |
|---|
WindowsSoundCard(String kernelVersion,
String name,
String codec) |
| Modifier and Type | Method and Description |
|---|---|
static List<WindowsSoundCard> |
getSoundCards()
Does the following :
Creates and runs our 'built where clause' query
Then iterates over the key values of our map and compares the key
with the DeviceName attribute returned by our where-clause query.If its a
match then we create our SoundCard object
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. |
getCodec, getDriverVersion, getName, setCodec, setKernelVersion, setName, toStringpublic static List<WindowsSoundCard> getSoundCards()
Copyright © 2010–2019 oshi. All rights reserved.