Uses of Interface
oshi.hardware.SoundCard
Packages that use SoundCard
Package
Description
[oshi-common API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory,
Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
Provides common Linux hardware implementations shared by JNA and FFM modules.
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
-
Uses of SoundCard in oshi.hardware
Methods in oshi.hardware that return types with arguments of type SoundCardModifier and TypeMethodDescriptionHardwareAbstractionLayer.getSoundCards()Instantiates a list ofSoundCardobjects, representing the Sound cards. -
Uses of SoundCard in oshi.hardware.common
Classes in oshi.hardware.common that implement SoundCard -
Uses of SoundCard in oshi.hardware.common.platform.linux
Methods in oshi.hardware.common.platform.linux that return types with arguments of type SoundCard -
Uses of SoundCard in oshi.hardware.common.platform.mac
Classes in oshi.hardware.common.platform.mac that implement SoundCardModifier and TypeClassDescriptionfinal classSound card data obtained via AppleHDA kextMethods in oshi.hardware.common.platform.mac that return types with arguments of type SoundCardModifier and TypeMethodDescriptionMacHardwareAbstractionLayer.getSoundCards()MacSoundCard.getSoundCards()public method used byAbstractHardwareAbstractionLayerto access the sound cards.