Package oshi.hardware.platform.mac
Class MacSoundCard
java.lang.Object
oshi.hardware.common.AbstractSoundCard
oshi.hardware.platform.mac.MacSoundCard
- All Implemented Interfaces:
SoundCard
Sound card data obtained via AppleHDA kext
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMacSoundCard
(String kernelVersion, String name, String codec) Constructor for MacSoundCard. -
Method Summary
Modifier and TypeMethodDescriptionpublic method used byAbstractHardwareAbstractionLayer
to access the sound cards.Methods inherited from class oshi.hardware.common.AbstractSoundCard
getCodec, getDriverVersion, getName, toString
-
Field Details
-
APPLE
- See Also:
-
-
Constructor Details
-
MacSoundCard
Constructor for MacSoundCard.- Parameters:
kernelVersion
- The versionname
- The namecodec
- The codec
-
-
Method Details
-
getSoundCards
public method used byAbstractHardwareAbstractionLayer
to access the sound cards.- Returns:
- List of
MacSoundCard
objects.
-