Class FreeBsdSoundCard
- java.lang.Object
-
- oshi.hardware.common.AbstractSoundCard
-
- oshi.hardware.platform.unix.freebsd.FreeBsdSoundCard
-
- All Implemented Interfaces:
SoundCard
@Immutable final class FreeBsdSoundCard extends AbstractSoundCard
FreeBSD soundcard.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
LSHAL
-
Constructor Summary
Constructors Constructor Description FreeBsdSoundCard(java.lang.String kernelVersion, java.lang.String name, java.lang.String codec)
Constructor for FreeBsdSoundCard.
-
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
-
-
-
-
Field Detail
-
LSHAL
private static final java.lang.String LSHAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSoundCards
public static java.util.List<SoundCard> getSoundCards()
getSoundCards.
- Returns:
- a
List
object.
-
-