JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
oshi.hardware
SoundCard
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getDriverVersion()
getName()
getCodec()
Interface SoundCard
All Known Implementing Classes:
AbstractSoundCard
@Immutable
public interface
SoundCard
SoundCard interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
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.
Method Details
getDriverVersion
String
getDriverVersion
()
Retrieves the driver version currently in use in machine
Returns:
The current and complete name of the driver version
getName
String
getName
()
Retrieves the full name of the card.
Returns:
The name of the card.
getCodec
String
getCodec
()
Retrieves the codec of the Sound card
Returns:
The name of the codec of the sound card