Package oshi.hardware.common
Class AbstractSoundCard
java.lang.Object
oshi.hardware.common.AbstractSoundCard
- All Implemented Interfaces:
SoundCard
- Direct Known Subclasses:
AixSoundCard,FreeBsdSoundCard,LinuxSoundCard,MacSoundCard,OpenBsdSoundCard,SolarisSoundCard,WindowsSoundCard
An abstract Sound Card
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSoundCard(String kernelVersion, String name, String codec) Abstract Sound Card Constructor -
Method Summary
-
Field Details
-
kernelVersion
-
name
-
codec
-
-
Constructor Details
-
AbstractSoundCard
Abstract Sound Card Constructor- Parameters:
kernelVersion- The versionname- The namecodec- The codec
-
-
Method Details
-
getDriverVersion
Description copied from interface:SoundCardRetrieves the driver version currently in use in machine- Specified by:
getDriverVersionin interfaceSoundCard- Returns:
- The current and complete name of the driver version
-
getName
Description copied from interface:SoundCardRetrieves the full name of the card. -
getCodec
Description copied from interface:SoundCardRetrieves the codec of the Sound card -
toString
-