Package oshi.hardware.platform.mac
Class MacSoundCard
- java.lang.Object
-
- oshi.hardware.common.AbstractSoundCard
-
- oshi.hardware.platform.mac.MacSoundCard
-
- All Implemented Interfaces:
SoundCard
@Immutable final class MacSoundCard extends AbstractSoundCard
Sound card data obtained via AppleHDA kext
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
APPLE
-
Constructor Summary
Constructors Constructor Description MacSoundCard(java.lang.String kernelVersion, java.lang.String name, java.lang.String codec)
Constructor for MacSoundCard.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<SoundCard>
getSoundCards()
public method used byAbstractHardwareAbstractionLayer
to access the sound cards.-
Methods inherited from class oshi.hardware.common.AbstractSoundCard
getCodec, getDriverVersion, getName, toString
-
-
-
-
Field Detail
-
APPLE
private static final java.lang.String APPLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSoundCards
public static java.util.List<SoundCard> getSoundCards()
public method used byAbstractHardwareAbstractionLayer
to access the sound cards.- Returns:
- List of
MacSoundCard
objects.
-
-