Uses of Interface
oshi.hardware.SoundCard
Packages that use SoundCard
Package
Description
[oshi-core 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 information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows 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 ofSoundCard
objects, 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.platform.linux
Classes in oshi.hardware.platform.linux that implement SoundCardModifier and TypeClassDescription(package private) final class
Sound card data obtained via /proc/asound directoryMethods in oshi.hardware.platform.linux that return types with arguments of type SoundCardModifier and TypeMethodDescriptionLinuxHardwareAbstractionLayer.getSoundCards()
LinuxSoundCard.getSoundCards()
public method used byAbstractHardwareAbstractionLayer
to access the sound cards. -
Uses of SoundCard in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement SoundCardModifier and TypeClassDescription(package private) final class
Sound card data obtained via AppleHDA kextMethods in oshi.hardware.platform.mac that return types with arguments of type SoundCardModifier and TypeMethodDescriptionMacHardwareAbstractionLayer.getSoundCards()
MacSoundCard.getSoundCards()
public method used byAbstractHardwareAbstractionLayer
to access the sound cards. -
Uses of SoundCard in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement SoundCardMethods in oshi.hardware.platform.unix.aix that return types with arguments of type SoundCardModifier and TypeMethodDescriptionAixHardwareAbstractionLayer.getSoundCards()
AixSoundCard.getSoundCards
(Supplier<List<String>> lscfg) Gets sound cards -
Uses of SoundCard in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement SoundCardModifier and TypeClassDescription(package private) final class
FreeBSD soundcard.Methods in oshi.hardware.platform.unix.freebsd that return types with arguments of type SoundCardModifier and TypeMethodDescriptionFreeBsdHardwareAbstractionLayer.getSoundCards()
FreeBsdSoundCard.getSoundCards()
getSoundCards. -
Uses of SoundCard in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement SoundCardModifier and TypeClassDescription(package private) final class
OpenBSD soundcard.Methods in oshi.hardware.platform.unix.openbsd that return types with arguments of type SoundCardModifier and TypeMethodDescriptionOpenBsdHardwareAbstractionLayer.getSoundCards()
OpenBsdSoundCard.getSoundCards()
getSoundCards. -
Uses of SoundCard in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement SoundCardModifier and TypeClassDescription(package private) final class
Solaris Sound Card.Methods in oshi.hardware.platform.unix.solaris that return types with arguments of type SoundCardModifier and TypeMethodDescriptionSolarisHardwareAbstractionLayer.getSoundCards()
SolarisSoundCard.getSoundCards()
getSoundCards. -
Uses of SoundCard in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement SoundCardModifier and TypeClassDescription(package private) final class
Sound Card data obtained from registryMethods in oshi.hardware.platform.windows that return types with arguments of type SoundCardModifier and TypeMethodDescriptionWindowsHardwareAbstractionLayer.getSoundCards()
WindowsSoundCard.getSoundCards()
Returns Windows audio device driver information, which represents the closest proxy we have to sound cards.