Class OpenBsdSoundCard
- java.lang.Object
-
- oshi.hardware.common.AbstractSoundCard
-
- oshi.hardware.platform.unix.openbsd.OpenBsdSoundCard
-
- All Implemented Interfaces:
SoundCard
@Immutable final class OpenBsdSoundCard extends AbstractSoundCard
OpenBSD soundcard.
-
-
Constructor Summary
Constructors Constructor Description OpenBsdSoundCard(java.lang.String kernelVersion, java.lang.String name, java.lang.String codec)
Constructor for OpenBsdSoundCard.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<SoundCard>
getSoundCards()
getSoundCards.-
Methods inherited from class oshi.hardware.common.AbstractSoundCard
getCodec, getDriverVersion, getName, toString
-
-
-
-
Method Detail
-
getSoundCards
public static java.util.List<SoundCard> getSoundCards()
getSoundCards.
- Returns:
- a
List
object.
-
-