Uses of Interface
oshi.hardware.SoundCard
-
Packages that use SoundCard Package Description oshi.hardware [oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.hardware.platform.windows 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 SoundCard Modifier and Type Method Description java.util.List<SoundCard>
HardwareAbstractionLayer. 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 Modifier and Type Class Description class
AbstractSoundCard
An abstract Sound Card -
Uses of SoundCard in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement SoundCard Modifier and Type Class Description (package private) class
LinuxSoundCard
Sound card data obtained via /proc/asound directoryMethods in oshi.hardware.platform.linux that return types with arguments of type SoundCard Modifier and Type Method Description java.util.List<SoundCard>
LinuxHardwareAbstractionLayer. getSoundCards()
static java.util.List<SoundCard>
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 SoundCard Modifier and Type Class Description (package private) class
MacSoundCard
Sound card data obtained via AppleHDA kextMethods in oshi.hardware.platform.mac that return types with arguments of type SoundCard Modifier and Type Method Description java.util.List<SoundCard>
MacHardwareAbstractionLayer. getSoundCards()
static java.util.List<SoundCard>
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 SoundCard Modifier and Type Class Description (package private) class
AixSoundCard
AIX Sound Card.Methods in oshi.hardware.platform.unix.aix that return types with arguments of type SoundCard Modifier and Type Method Description java.util.List<SoundCard>
AixHardwareAbstractionLayer. getSoundCards()
static java.util.List<SoundCard>
AixSoundCard. getSoundCards(java.util.function.Supplier<java.util.List<java.lang.String>> lscfg)
Gets sound cards -
Uses of SoundCard in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement SoundCard Modifier and Type Class Description (package private) class
FreeBsdSoundCard
FreeBSD soundcard.Methods in oshi.hardware.platform.unix.freebsd that return types with arguments of type SoundCard Modifier and Type Method Description java.util.List<SoundCard>
FreeBsdHardwareAbstractionLayer. getSoundCards()
static java.util.List<SoundCard>
FreeBsdSoundCard. getSoundCards()
getSoundCards. -
Uses of SoundCard in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement SoundCard Modifier and Type Class Description (package private) class
OpenBsdSoundCard
OpenBSD soundcard.Methods in oshi.hardware.platform.unix.openbsd that return types with arguments of type SoundCard Modifier and Type Method Description java.util.List<SoundCard>
OpenBsdHardwareAbstractionLayer. getSoundCards()
static java.util.List<SoundCard>
OpenBsdSoundCard. getSoundCards()
getSoundCards. -
Uses of SoundCard in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement SoundCard Modifier and Type Class Description (package private) class
SolarisSoundCard
Solaris Sound Card.Methods in oshi.hardware.platform.unix.solaris that return types with arguments of type SoundCard Modifier and Type Method Description java.util.List<SoundCard>
SolarisHardwareAbstractionLayer. getSoundCards()
static java.util.List<SoundCard>
SolarisSoundCard. getSoundCards()
getSoundCards. -
Uses of SoundCard in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement SoundCard Modifier and Type Class Description (package private) class
WindowsSoundCard
Sound Card data obtained from registryMethods in oshi.hardware.platform.windows that return types with arguments of type SoundCard Modifier and Type Method Description java.util.List<SoundCard>
WindowsHardwareAbstractionLayer. getSoundCards()
static java.util.List<SoundCard>
WindowsSoundCard. getSoundCards()
Returns Windows audio device driver information, which represents the closest proxy we have to sound cards.
-