public abstract class AbstractSoundCard extends Object implements SoundCard
| Constructor and Description |
|---|
AbstractSoundCard(String kernelVersion,
String name,
String codec) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodec()
Retrieves the codec of the Sound card
|
String |
getDriverVersion()
Retrieves the driver version currently in use in machine
|
String |
getName()
Retrieves the full name of the card.
|
void |
setCodec(String codec) |
void |
setKernelVersion(String kernelVersion) |
void |
setName(String name) |
String |
toString() |
public String getDriverVersion()
SoundCardgetDriverVersion in interface SoundCardpublic void setKernelVersion(String kernelVersion)
public String getName()
SoundCardpublic void setName(String name)
public String getCodec()
SoundCardpublic void setCodec(String codec)
Copyright © 2010–2019 oshi. All rights reserved.