Package oshi.hardware
Interface SoundCard
- All Known Implementing Classes:
AbstractSoundCard
@Immutable public interface SoundCard
SoundCard interface.
-
Method Summary
Modifier and Type Method Description java.lang.StringgetCodec()Retrieves the codec of the Sound cardjava.lang.StringgetDriverVersion()Retrieves the driver version currently in use in machinejava.lang.StringgetName()Retrieves the full name of the card.
-
Method Details
-
getDriverVersion
java.lang.String getDriverVersion()Retrieves the driver version currently in use in machine- Returns:
- The current and complete name of the driver version
-
getName
java.lang.String getName()Retrieves the full name of the card.- Returns:
- The name of the card.
-
getCodec
java.lang.String getCodec()Retrieves the codec of the Sound card- Returns:
- The name of the codec of the sound card
-