| Package | Description |
|---|---|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
| Modifier and Type | Method and Description |
|---|---|
static List<WindowsSoundCard> |
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. |
Copyright © 2010–2019 oshi. All rights reserved.