public abstract class AbstractSoundCard extends Object implements SoundCard
| Constructor and Description |
|---|
AbstractSoundCard(String kernelVersion,
String name,
String codec)
Constructor for AbstractSoundCard.
|
| 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)
Setter for the field
codec. |
void |
setKernelVersion(String kernelVersion)
Setter for the field
kernelVersion. |
void |
setName(String name)
Setter for the field
name. |
String |
toString() |
public String getDriverVersion()
SoundCardgetDriverVersion in interface SoundCardpublic void setKernelVersion(String kernelVersion)
Setter for the field kernelVersion.
kernelVersion - a String object.public String getName()
SoundCardpublic void setName(String name)
Setter for the field name.
name - a String object.public String getCodec()
SoundCardpublic void setCodec(String codec)
Setter for the field codec.
codec - a String object.Copyright © 2020. All rights reserved.