Uses of Interface
oshi.hardware.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 Devices
|
| oshi.hardware.common |
Provides abstract classes for common code
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.unix.aix |
Provides information about hardware such as Memory, Power Sources, and
Processor on AIX systems
|
| oshi.hardware.platform.unix.freebsd |
Provides information about hardware such as Memory, Power Sources, and
Processor on FreeBSD systems
|
| oshi.hardware.platform.unix.solaris |
Provides information about hardware such as Memory, Power Sources, and
Processor on Solaris systems
|
| oshi.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 anUnmodifiableListofSoundCardobjects, representing the Sound cards. -
Uses of SoundCard in oshi.hardware.common
Classes in oshi.hardware.common that implement SoundCard Modifier and Type Class Description classAbstractSoundCardAn abstract Sound Card -
Uses of SoundCard in oshi.hardware.platform.linux
Methods in oshi.hardware.platform.linux that return types with arguments of type SoundCard Modifier and Type Method Description java.util.List<SoundCard>LinuxHardwareAbstractionLayer. getSoundCards() -
Uses of SoundCard in oshi.hardware.platform.mac
Methods in oshi.hardware.platform.mac that return types with arguments of type SoundCard Modifier and Type Method Description java.util.List<SoundCard>MacHardwareAbstractionLayer. getSoundCards() -
Uses of SoundCard in oshi.hardware.platform.unix.aix
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() -
Uses of SoundCard in oshi.hardware.platform.unix.freebsd
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() -
Uses of SoundCard in oshi.hardware.platform.unix.solaris
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() -
Uses of SoundCard in oshi.hardware.platform.windows
Methods in oshi.hardware.platform.windows that return types with arguments of type SoundCard Modifier and Type Method Description java.util.List<SoundCard>WindowsHardwareAbstractionLayer. getSoundCards()