Package oshi.hardware.platform.unix.aix
Class AixSoundCard
java.lang.Object
oshi.hardware.common.AbstractSoundCard
oshi.hardware.platform.unix.aix.AixSoundCard
- All Implemented Interfaces:
SoundCard
AIX Sound Card.
-
Constructor Summary
ConstructorsConstructorDescriptionAixSoundCard(String kernelVersion, String name, String codec) Constructor for AixSoundCard. -
Method Summary
Methods inherited from class oshi.hardware.common.AbstractSoundCard
getCodec, getDriverVersion, getName, toString
-
Constructor Details
-
AixSoundCard
Constructor for AixSoundCard.- Parameters:
kernelVersion- The versionname- The namecodec- The codec
-
-
Method Details
-
getSoundCards
Gets sound cards- Parameters:
lscfg- a memoized lscfg object- Returns:
- sound cards
-