java.lang.Object
oshi.hardware.common.AbstractSoundCard
- All Implemented Interfaces:
SoundCard
An abstract Sound Card
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractSoundCard
(String kernelVersion, String name, String codec) Abstract Sound Card Constructor -
Method Summary
-
Constructor Details
-
AbstractSoundCard
Abstract Sound Card Constructor- Parameters:
kernelVersion
- The versionname
- The namecodec
- The codec
-
-
Method Details
-
getDriverVersion
Description copied from interface:SoundCard
Retrieves the driver version currently in use in machine- Specified by:
getDriverVersion
in interfaceSoundCard
- Returns:
- The current and complete name of the driver version
-
getName
Description copied from interface:SoundCard
Retrieves the full name of the card. -
getCodec
Description copied from interface:SoundCard
Retrieves the codec of the Sound card -
toString
-