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
@Immutable final class AixSoundCard extends AbstractSoundCard
AIX Sound Card.
-
-
Constructor Summary
Constructors Constructor Description AixSoundCard(java.lang.String kernelVersion, java.lang.String name, java.lang.String codec)
Constructor for AixSoundCard.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<SoundCard>
getSoundCards(java.util.function.Supplier<java.util.List<java.lang.String>> lscfg)
Gets sound cards-
Methods inherited from class oshi.hardware.common.AbstractSoundCard
getCodec, getDriverVersion, getName, toString
-
-
-
-
Method Detail
-
getSoundCards
public static java.util.List<SoundCard> getSoundCards(java.util.function.Supplier<java.util.List<java.lang.String>> lscfg)
Gets sound cards- Parameters:
lscfg
- a memoized lscfg object- Returns:
- sound cards
-
-